forked from 0x2620/oxjs
use minify in build script; add unicode module
This commit is contained in:
parent
6b2d26e950
commit
66b9d41450
331 changed files with 114865 additions and 147253 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Ox.load({UI: {}, Geo: {}}, function() {
|
||||
Ox.load({Geo: {}, UI: {debug: true}, Unicode: {}}, function() {
|
||||
|
||||
//Ox.UI.ready(function() {
|
||||
|
||||
|
|
@ -23,7 +23,11 @@ Ox.load({UI: {}, Geo: {}}, function() {
|
|||
|
||||
setBackground($tests, true);
|
||||
|
||||
tests(['../build/Ox.js', '../build/Ox.Geo/Ox.Geo.js']);
|
||||
tests([
|
||||
'../build/Ox.js',
|
||||
'../build/Ox.Geo/Ox.Geo.js',
|
||||
'../build/Ox.Unicode/Ox.Unicode.js'
|
||||
]);
|
||||
|
||||
function tests() {
|
||||
var passed = 0, failed = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue