add Ox.test()

This commit is contained in:
rolux 2011-05-07 01:30:32 +02:00
parent 8c4bc3b415
commit 16dce2e517
2 changed files with 612 additions and 576 deletions

View file

@ -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))
});
});

File diff suppressed because it is too large Load diff