diff --git a/friction_en.html b/friction_en.html index c76a217d..fbabfb00 100644 --- a/friction_en.html +++ b/friction_en.html @@ -7,7 +7,7 @@ - + friction @@ -15,7 +15,8 @@ -
+

@@ -31,27 +32,27 @@ // 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', + '../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' ]; 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. @@ -73,7 +74,7 @@ preloads.forEach( loadURL ); loadURL( '../sherpa/lib/require-2.1.11.js', 'js/friction-config.js' ); - })(); + } )();