1
0
Fork 0
forked from 0x2620/oxjs

catch some global vars

This commit is contained in:
rlx 2011-11-05 17:27:11 +00:00
commit 1deb616942
8 changed files with 9 additions and 9 deletions

View file

@ -115,7 +115,6 @@ Ox.load = function() {
length = Ox.len(modules);
Ox.forEach(modules, function(options, module) {
Ox.loadFile(Ox.PATH + 'Ox.' + module + '/Ox.' + module + '.js', function() {
Ox.print('?', module)
Ox.load[module](options, function(s) {
success += s;
++counter == length && callback(success == counter);