add some more documentation, pass some more tests
This commit is contained in:
parent
c6d67420a8
commit
f2dbfbd1e5
9 changed files with 589 additions and 494 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Ox.load('UI', function() {
|
||||
Ox.load({UI: {}, Geo: {}}, function() {
|
||||
|
||||
//Ox.UI.ready(function() {
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ Ox.load('UI', function() {
|
|||
|
||||
setBackground($tests, true);
|
||||
|
||||
tests(['../build/Ox.js'/*, '../build/js/ox.data.js'*/]);
|
||||
tests(['../build/Ox.js', '../build/Ox.Geo/Ox.Geo.js']);
|
||||
|
||||
function tests() {
|
||||
var passed = 0, failed = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue