Builder/Provider/Project/Base.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 07:52:38 +0000 (15:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 07:52:38 +0000 (15:52 +0800)
Builder/Provider/Project/Base.js

index 89b3642..3bfba55 100644 (file)
@@ -262,7 +262,7 @@ Base = XObject.define(
                     continue;
                 }
                 
-                if (!fn.match(/.bjs$/)) {
+                if (!fn.match(/\.bjs$/)) {
                     continue;
                 }
                 var parent = '';