From b0f9eb83c6ab07c60f9a2f64b9461c6d62b31b7c Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 21 Nov 2019 13:09:36 -0900 Subject: [PATCH] move array.from polyfill to sherpa, https://github.com/phetsims/chipper/issues/817 --- tambo_en.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tambo_en.html b/tambo_en.html index 30afc55d..44bad557 100644 --- a/tambo_en.html +++ b/tambo_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',