1
0
Fork 0
forked from 0x2620/oxjs

fix dependencies

This commit is contained in:
rolux 2012-09-04 00:45:43 +02:00
commit bed08786a1
3 changed files with 11 additions and 4 deletions

View file

@ -99,8 +99,15 @@ def build_oxjs(downloads=False, geo=False):
],
[
'Function.js', # getSortValue (Array.js) depends on Ox.cache
'Math.js', # Ox.MAX_LATITUDE (Constants.js) depends on Ox.sinh
'Polyfill.js', # FIXME: not clear if needed here
'Polyfill.js' # FIXME: not clear if needed here
],
[
'Array.js', # Ox.slice (Collection.js) depends on Ox.toArray, salt (HTML.js) depends on Ox.range
'String.js' # salt (HTML.js) depends on Ox.char
],
[
'Collection.js', # Ox.PATH (Constants.js) depends on Ox.slice
'Math.js' # Ox.MAX_LATITUDE (Constants.js) depends on Ox.sinh
]
]
js = ''