Skip to content

Commit

Permalink
Add phet-io elements baseline and overrides files, uninstrument some …
Browse files Browse the repository at this point in the history
…problematic tandems, see phetsims/phet-io#1443
  • Loading branch information
chrisklus committed Apr 17, 2019
1 parent 3c48647 commit b04f743
Show file tree
Hide file tree
Showing 4 changed files with 20,989 additions and 2 deletions.
4 changes: 3 additions & 1 deletion balloons-and-static-electricity-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@

if ( brand === 'phet-io' ) {
preloads = preloads.concat( [
'../phet-io/js/phet-io-initialize-globals.js'
'../phet-io/js/phet-io-initialize-globals.js',
'../balloons-and-static-electricity/js/phet-io/balloons-and-static-electricity-phet-io-elements-baseline.js',
'../balloons-and-static-electricity/js/phet-io/balloons-and-static-electricity-phet-io-elements-overrides.js'
] );
}

Expand Down
4 changes: 3 additions & 1 deletion balloons-and-static-electricity_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@

if ( brand === 'phet-io' ) {
preloads = preloads.concat( [
'../phet-io/js/phet-io-initialize-globals.js'
'../phet-io/js/phet-io-initialize-globals.js',
'../balloons-and-static-electricity/js/phet-io/balloons-and-static-electricity-phet-io-elements-baseline.js',
'../balloons-and-static-electricity/js/phet-io/balloons-and-static-electricity-phet-io-elements-overrides.js'
] );
}

Expand Down
Loading

0 comments on commit b04f743

Please sign in to comment.