From d47334fc9ba980d106ecba0d192da606dd2f2a3b Mon Sep 17 00:00:00 2001 From: Michael Kauzmann <michael.kauzmann@colorado.edu> Date: Wed, 20 Nov 2024 16:47:53 -0700 Subject: [PATCH] remove preload phetioCompareAPIs.js (it is a module now), https://github.com/phetsims/chipper/issues/1526 --- area-builder_en.html | 1 - 1 file changed, 1 deletion(-) diff --git a/area-builder_en.html b/area-builder_en.html index bb667e2..87b0a86 100644 --- a/area-builder_en.html +++ b/area-builder_en.html @@ -113,7 +113,6 @@ if ( brand === 'phet-io' ) { preloads = preloads.concat( [ - '../chipper/js/phet-io/phetioCompareAPIs.js', '../phet-io/js/phet-io-initialize-globals.js', '../area-builder/js/area-builder-phet-io-overrides.js' ] );