From d33be800953f0dfa041d56e2bb5141ae16f98a2b Mon Sep 17 00:00:00 2001 From: samreid Date: Mon, 22 Jan 2018 09:27:09 -0700 Subject: [PATCH] Regenerated test HTML with fixed formatting, see https://github.com/phetsims/chipper/issues/634 --- phetcommon-tests.html | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/phetcommon-tests.html b/phetcommon-tests.html index 2dc32a9c..a0a583d9 100644 --- a/phetcommon-tests.html +++ b/phetcommon-tests.html @@ -12,10 +12,12 @@ - -
+ +
+
-
+

@@ -31,28 +33,28 @@ // Preloads, with more included for phet-io brand var preloads = [ - '../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/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/qunit-2.4.1.js', + '../tandem/js/PhetioIDUtils.js', + '../sherpa/lib/qunit-2.4.1.js', '../aqua/js/qunit-connector.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 +76,7 @@ preloads.forEach( loadURL ); loadURL( '../sherpa/lib/require-2.1.11.js', 'js/phetcommon-test-config.js' ); - })(); + } )();