Skip to content

Commit

Permalink
Validate that types and type metadata are identical, grunt update all…
Browse files Browse the repository at this point in the history
… repos, see phetsims/phet-io#1515
  • Loading branch information
chrisklus committed Jun 24, 2019
1 parent 01a68a8 commit 383e67b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blast_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
preloads = preloads.concat( [
'../phet-io/js/phet-io-initialize-globals.js',
'../blast/js/phet-io/blast-phet-io-elements-baseline.js',
'../blast/js/phet-io/blast-phet-io-elements-overrides.js'
'../blast/js/phet-io/blast-phet-io-elements-overrides.js',
'../blast/js/phet-io/blast-phet-io-types.js'
] );
}

Expand Down

0 comments on commit 383e67b

Please sign in to comment.