From bf09a9480573f65f610bf9e5a3d48befe5e23db5 Mon Sep 17 00:00:00 2001 From: chrisklus Date: Mon, 24 Jun 2019 19:05:26 -0400 Subject: [PATCH] Validate that types and type metadata are identical, grunt update all repos, see https://github.com/phetsims/phet-io/issues/1515 --- joist_en.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/joist_en.html b/joist_en.html index 7d41b904..6648417a 100644 --- a/joist_en.html +++ b/joist_en.html @@ -52,7 +52,8 @@ preloads = preloads.concat( [ '../phet-io/js/phet-io-initialize-globals.js', '../joist/js/phet-io/joist-phet-io-elements-baseline.js', - '../joist/js/phet-io/joist-phet-io-elements-overrides.js' + '../joist/js/phet-io/joist-phet-io-elements-overrides.js', + '../joist/js/phet-io/joist-phet-io-types.js' ] ); }