From 22c574f1688c151a0a7c00dc098d160346036bbe Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Fri, 19 Aug 2022 12:56:02 -0600 Subject: [PATCH] Removing jsondiffpatch dependency, moving some string logic to LocalizedString (with improved fallbacks), adding fallbackLocalesProperty/localeOrderProperty, see https://github.com/phetsims/chipper/issues/1302 --- expression-exchange_en.html | 1 - 1 file changed, 1 deletion(-) diff --git a/expression-exchange_en.html b/expression-exchange_en.html index de54225..b40032b 100644 --- a/expression-exchange_en.html +++ b/expression-exchange_en.html @@ -92,7 +92,6 @@ let preloads = [ '../joist/js/splash.js', '../sherpa/lib/jquery-2.1.0.js', - '../sherpa/lib/jsondiffpatch-v0.3.11.umd.js', '../sherpa/lib/lodash-4.17.4.js', '../sherpa/lib/FileSaver-b8054a2.js', '../sherpa/lib/himalaya-1.1.0.js',