Project/Base.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 9 Jun 2013 12:14:38 +0000 (20:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 9 Jun 2013 12:14:38 +0000 (20:14 +0800)
Project/Base.js

index ebc9ad9..14ae12a 100644 (file)
@@ -277,6 +277,9 @@ Base = XObject.define(
             }
             // this should be done async -- but since we are getting the proto up ...
             var dirs = File.list(dir);
+            
+            ///print(dirs); Seed.exit();
+            
             var subs = [];
             var _this = this;
             dirs.forEach(function( fn ){