add Ox.test()
This commit is contained in:
parent
8c4bc3b415
commit
16dce2e517
2 changed files with 612 additions and 576 deletions
|
@ -8,11 +8,14 @@ Ox.load('UI', {
|
|||
doc.forEach(function(item) {
|
||||
Ox.DocPage({doc: item}).appendTo(Ox.UI.$body);
|
||||
});
|
||||
/*
|
||||
Ox.get('../../build/Ox.UI/js/Map/Ox.Map.js', function(source) {
|
||||
var doc = Ox.doc(source);
|
||||
doc.forEach(function(item) {
|
||||
Ox.DocPage({doc: item}).appendTo(Ox.UI.$body);
|
||||
});
|
||||
});
|
||||
*/
|
||||
Ox.print('TEST', Ox.test(source))
|
||||
});
|
||||
});
|
1185
source/Ox.js
1185
source/Ox.js
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue