Project/Base.vala
authorAlan Knowles <alan@roojs.com>
Thu, 29 May 2014 06:30:38 +0000 (14:30 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 May 2014 06:30:38 +0000 (14:30 +0800)
Project/Base.vala

index bbde2f0..0f29cfd 100644 (file)
@@ -212,7 +212,7 @@ public class Base {
          
     addFile: function(JsRender.Base pfile) { // add a single file, and trigger changed.
         this.files.add(pfile); // duplicate check?
-        this.fireEvent('changed', this);
+        this.onChanged();
     },
     
         add: function(path, type)