From 93cf296e7c0c83ceb032509b82e097aba03d1b33 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 14 Nov 2019 12:35:09 -0900 Subject: [PATCH] grunt update to add polyfill preload, https://github.com/phetsims/chipper/issues/817 --- neuron_en.html | 1 + 1 file changed, 1 insertion(+) diff --git a/neuron_en.html b/neuron_en.html index 763bdee..301d0ff 100644 --- a/neuron_en.html +++ b/neuron_en.html @@ -27,6 +27,7 @@ // Preloads, with more included for phet-io brand let preloads = [ + '../phet-core/js/phet-polyfill.js', '../joist/js/splash.js', '../sherpa/lib/jquery-2.1.0.js', '../sherpa/lib/lodash-4.17.4.js',