Builder/Provider/File/Base.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 07:18:18 +0000 (15:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 07:18:18 +0000 (15:18 +0800)
Builder/Provider/File/Base.js

index d7f94b1..f1e3266 100644 (file)
@@ -11,13 +11,13 @@ File = imports.File.File;
 Base = XObject.define(
     
     function(cfg) {
-    
+        
         XObject.extend(this, cfg);
-        this.doubleStringProps = false;
+        
     },
     Object,
     {
-        
+        doubleStringProps : false,
         id : false,
         name : false,   // is the JS name of the file.
         path : '',      // is the full path to the file.