From 920b6b70404b6887175d40f80d4f77033171d647 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Wed, 20 Nov 2024 16:47:11 -0700 Subject: [PATCH] remove preload phetioCompareAPIs.js (it is a module now), https://github.com/phetsims/chipper/issues/1526 --- molecules-and-light_en.html | 1 - 1 file changed, 1 deletion(-) diff --git a/molecules-and-light_en.html b/molecules-and-light_en.html index a6eac68..6735692 100644 --- a/molecules-and-light_en.html +++ b/molecules-and-light_en.html @@ -115,7 +115,6 @@ if ( brand === 'phet-io' ) { preloads = preloads.concat( [ - '../chipper/js/phet-io/phetioCompareAPIs.js', '../phet-io/js/phet-io-initialize-globals.js', '../molecules-and-light/js/molecules-and-light-phet-io-overrides.js' ] );