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 a4e60b1 commit 3afa554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trig-tour_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',
'../trig-tour/js/phet-io/trig-tour-phet-io-elements-baseline.js',
'../trig-tour/js/phet-io/trig-tour-phet-io-elements-overrides.js'
'../trig-tour/js/phet-io/trig-tour-phet-io-elements-overrides.js',
'../trig-tour/js/phet-io/trig-tour-phet-io-types.js'
] );
}

Expand Down

0 comments on commit 3afa554

Please sign in to comment.