forked from 0x2620/oxjs
fix some paths
This commit is contained in:
parent
fd58906e04
commit
89905eb8ac
7 changed files with 11 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Ox.UI(function() {
|
||||
Ox.load('UI', function() {
|
||||
|
||||
//Ox.UI.ready(function() {
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ Ox.UI(function() {
|
|||
|
||||
setBackground($tests, true);
|
||||
|
||||
tests(['../build/js/ox.js'/*, '../build/js/ox.data.js'*/]);
|
||||
tests(['../build/js/Ox.js'/*, '../build/js/ox.data.js'*/]);
|
||||
|
||||
function tests() {
|
||||
var succeeded = 0, failed = 0,
|
||||
|
|
@ -131,4 +131,4 @@ Ox.UI(function() {
|
|||
});
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue