forked from 0x2620/oxjs
catch some global vars
This commit is contained in:
parent
56370aa0a7
commit
1deb616942
8 changed files with 9 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue