From 90682dcbbbcac4a4a9c084171a380caf971c20a0 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 21 Nov 2019 13:09:00 -0900 Subject: [PATCH] move array.from polyfill to sherpa, https://github.com/phetsims/chipper/issues/817 --- number-play_en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/number-play_en.html b/number-play_en.html index 25d27320..be51f2a1 100644 --- a/number-play_en.html +++ b/number-play_en.html @@ -27,7 +27,7 @@ // Preloads, with more included for phet-io brand let preloads = [ - '../phet-core/js/phet-polyfill.js', + '../sherpa/lib/mdn-array-from-polyfill.js', '../joist/js/splash.js', '../sherpa/lib/jquery-2.1.0.js', '../sherpa/lib/lodash-4.17.4.js',