Ox.loadFile -> Ox.getFile
This commit is contained in:
parent
77adfbf7b8
commit
8d8e087e3d
2 changed files with 6 additions and 6 deletions
|
|
@ -123,7 +123,7 @@ Ox.load = function() {
|
|||
}
|
||||
length = Ox.len(modules);
|
||||
Ox.forEach(modules, function(options, module) {
|
||||
Ox.loadFile(
|
||||
Ox.getFile(
|
||||
Ox.PATH + 'Ox.' + module + '/Ox.' + module + '.js',
|
||||
function() {
|
||||
Ox.load[module](options, function(s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue