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