image module update

This commit is contained in:
rlx 2011-09-08 21:39:07 +00:00
commit 1e38ff6b9e
4 changed files with 188 additions and 152 deletions

View file

@ -8,6 +8,7 @@ Ox.load('UI', {
files: Ox.merge([
'Ox.js',
'Ox.Geo/Ox.Geo.js',
'Ox.Image/Ox.Image.js',
], files.filter(function(file) {
return Ox.endsWith(file, '.js');
})),