forked from 0x2620/oxjs
fix dependencies
This commit is contained in:
parent
8bfe9f5335
commit
bed08786a1
3 changed files with 11 additions and 4 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue