Fallback.js -> Polyfill.js

This commit is contained in:
rolux 2012-05-29 12:20:13 +02:00
parent b151a0c9a8
commit f3f54186dc

View file

@ -100,7 +100,7 @@ def build_oxjs(downloads=False, geo=False):
[
'Array.js', # Ox.PATH depends on Ox.toArray
'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
'Object.js', # Ox.typeOf depends on Ox.hasOwn
'String.js', # HTML.js depends on Ox.char