created a way to init the code without autobootstrap

This commit is contained in:
Misko Hevery
2010-01-08 16:04:35 -08:00
parent fac0e698a8
commit 214c142d9d
19 changed files with 181 additions and 176 deletions

View File

@@ -16,7 +16,3 @@ nglrTest.prototype.testBind = function(){
assertEquals(arg, 'arg');
}).apply('XXX', ['arg']);
};