From 792a8178b95101dfe0e4091a0c69996aa5af69e7 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 5 Feb 2019 11:30:17 -0900 Subject: [PATCH] remove jsondiff patch in test html runnables, https://github.com/phetsims/chipper/issues/729 --- js/phetcommon-test-config.js | 2 +- phetcommon-tests.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/js/phetcommon-test-config.js b/js/phetcommon-test-config.js index 810eb8b5..ee9baa8b 100644 --- a/js/phetcommon-test-config.js +++ b/js/phetcommon-test-config.js @@ -1,4 +1,4 @@ -// Copyright 2017-2018, University of Colorado Boulder +// Copyright 2019, University of Colorado Boulder /* * IMPORTANT: This file was auto-generated by "grunt generate-config". Please do not modify this directly. Instead diff --git a/phetcommon-tests.html b/phetcommon-tests.html index 8799034f..f659c5b0 100644 --- a/phetcommon-tests.html +++ b/phetcommon-tests.html @@ -52,7 +52,6 @@ if ( brand === 'phet-io' ) { preloads = preloads.concat( [ - '../sherpa/lib/jsondiffpatch-v0.3.11.umd.js', '../phet-io/js/phet-io-initialize-globals.js' ] ); }