Fallback.js -> Polyfill.js
This commit is contained in:
parent
b151a0c9a8
commit
f3f54186dc
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ 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
|
||||||
'Fallback.js', # FIXME: not clear if needed here
|
'Polyfill.js', # FIXME: not clear if needed here
|
||||||
'Math.js', # Ox.MAX_LATITUDE depends on Ox.sinh
|
'Math.js', # Ox.MAX_LATITUDE depends on Ox.sinh
|
||||||
'Object.js', # Ox.typeOf depends on Ox.hasOwn
|
'Object.js', # Ox.typeOf depends on Ox.hasOwn
|
||||||
'String.js', # HTML.js depends on Ox.char
|
'String.js', # HTML.js depends on Ox.char
|
||||||
|
|
Loading…
Reference in a new issue