Builder/Provider/File/Roo.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 7 Jun 2010 09:50:37 +0000 (17:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 7 Jun 2010 09:50:37 +0000 (17:50 +0800)
Builder/Provider/File/Roo.js

index cf79bbf..cf6d130 100755 (executable)
@@ -28,8 +28,8 @@ Roo = XObject.define(
         //console.dump(cfg);
         
         if (!cfg.name || !cfg.fullname ) {
-            cfg.name = cfg.path.split('/').pop().replace(/\.js$/, '');
-            cfg.fullname = (cfg.parent && cfg.parent.length ? (cfg.parent + '.') : '' ) + cfg.name;
+            cfg.name = cfg.path.split('/').pop().replace(/\.bjs$/, '');
+            //cfg.fullname = (cfg.parent && cfg.parent.length ? (cfg.parent + '.') : '' ) + cfg.name;
         }