From 0e5505d63405a32ec2b192abeccd34c494d24c6b Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 14 Nov 2019 12:20:34 -0900 Subject: [PATCH] create phet-polyfill with Array.from in it. Add it to chipper preloads and to scenery.js, https://github.com/phetsims/chipper/issues/817 --- js/scenery.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/scenery.js b/js/scenery.js index c5cdbe18c..b8ae6380a 100644 --- a/js/scenery.js +++ b/js/scenery.js @@ -12,6 +12,7 @@ define( require => { 'use strict'; + require( 'PHET_CORE/phet-polyfill' ); const axon = require( 'AXON/axon' ); const dot = require( 'DOT/dot' );