From f3f54186dc0ea2248eea1ca5f5ed28bae0c76153 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 29 May 2012 12:20:13 +0200 Subject: [PATCH] Fallback.js -> Polyfill.js --- tools/build/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/build.py b/tools/build/build.py index d0bfd87c..cb0b210c 100755 --- a/tools/build/build.py +++ b/tools/build/build.py @@ -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