add a dependency
This commit is contained in:
parent
fa1b2346ef
commit
4aded58b95
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ def build_oxjs(downloads=False, geo=False):
|
||||||
[
|
[
|
||||||
'Array.js', # Ox.PATH depends on Ox.toArray
|
'Array.js', # Ox.PATH depends on Ox.toArray
|
||||||
'Collection.js', # Ox.toArray depends on Ox.slice
|
'Collection.js', # Ox.toArray depends on Ox.slice
|
||||||
'Math.js' # Ox.MAX_LATITUDE depends on Ox.sinh
|
'Math.js', # Ox.MAX_LATITUDE depends on Ox.sinh
|
||||||
|
'Type.js' # Ox.slice may depend on Ox.typeOf
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
js = ''
|
js = ''
|
||||||
|
|
Loading…
Reference in a new issue