Skip to content

Commit

Permalink
Add phetioCompareAPIs to preloads and grunt update, see phetsims/phet…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 16, 2021
1 parent 6d04c4c commit 66c9047
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bamboo-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@

if ( brand === 'phet-io' ) {
preloads = preloads.concat( [
'../chipper/js/phet-io/phetioCompareAPIs.js',
'../phet-io/js/phet-io-initialize-globals.js'
] );
}
Expand Down
1 change: 1 addition & 0 deletions bamboo_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@

if ( brand === 'phet-io' ) {
preloads = preloads.concat( [
'../chipper/js/phet-io/phetioCompareAPIs.js',
'../phet-io/js/phet-io-initialize-globals.js',
'../bamboo/js/bamboo-phet-io-overrides.js'
] );
Expand Down
2 changes: 1 addition & 1 deletion js/bambooStrings.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020, University of Colorado Boulder
// Copyright 2021, University of Colorado Boulder

/**
* Auto-generated from modulify, DO NOT manually modify.
Expand Down

0 comments on commit 66c9047

Please sign in to comment.