From 3b4ff6c4ba93e963be4d6888b018cfead594ce03 Mon Sep 17 00:00:00 2001 From: samreid Date: Sun, 21 Jan 2018 21:59:32 -0700 Subject: [PATCH] Regenerated requirejs HTML with fixed formatting, see https://github.com/phetsims/chipper/issues/634 --- sun_en.html | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/sun_en.html b/sun_en.html index 86f13bda..b6c0f605 100644 --- a/sun_en.html +++ b/sun_en.html @@ -7,7 +7,7 @@ - + sun @@ -15,7 +15,8 @@ -
+

@@ -31,28 +32,28 @@ // Preloads, with more included for phet-io brand var preloads = [ - '../joist/js/splash.js', - '../sherpa/lib/jquery-2.1.0.js', - '../sherpa/lib/lodash-4.17.4.js', - '../sherpa/lib/FileSaver-b8054a2.js', - '../sherpa/lib/himalaya-0.2.7.js', - '../assert/js/assert.js', - '../query-string-machine/js/QueryStringMachine.js', - '../chipper/js/initialize-globals.js', - '../chipper/js/getVersionForBrand.js', - '../sherpa/lib/seedrandom-2.4.2.js', - '../sherpa/lib/game-up-camera-1.0.0.js', - '../sherpa/lib/base64-js-1.2.0.js', - '../sherpa/lib/TextEncoderLite-3c9f6f0.js', - '../tandem/js/PhetioIDUtils.js', + '../joist/js/splash.js', + '../sherpa/lib/jquery-2.1.0.js', + '../sherpa/lib/lodash-4.17.4.js', + '../sherpa/lib/FileSaver-b8054a2.js', + '../sherpa/lib/himalaya-0.2.7.js', + '../assert/js/assert.js', + '../query-string-machine/js/QueryStringMachine.js', + '../chipper/js/initialize-globals.js', + '../chipper/js/getVersionForBrand.js', + '../sherpa/lib/seedrandom-2.4.2.js', + '../sherpa/lib/game-up-camera-1.0.0.js', + '../sherpa/lib/base64-js-1.2.0.js', + '../sherpa/lib/TextEncoderLite-3c9f6f0.js', + '../tandem/js/PhetioIDUtils.js', '../sherpa/lib/Tween-r12.js' ]; if ( brand === 'phet-io' ) { preloads = preloads.concat( [ - '../sherpa/lib/jsondiffpatch-0.1.31.js', - '../phet-io/js/phet-io-initialize-globals.js' - ] ); + '../sherpa/lib/jsondiffpatch-0.1.31.js', + '../phet-io/js/phet-io-initialize-globals.js' + ] ); } // Loads a synchronously-executed asynchronously-downloaded script tag, with optional data-main parameter. @@ -74,7 +75,7 @@ preloads.forEach( loadURL ); loadURL( '../sherpa/lib/require-2.1.11.js', 'js/sun-config.js' ); - })(); + } )();