1
0
Fork 0
forked from 0x2620/oxjs

use minify in build script; add unicode module

This commit is contained in:
rlx 2011-10-05 17:07:21 +00:00
commit 66b9d41450
331 changed files with 114865 additions and 147253 deletions

View file

@ -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,