Skip to content

Commit

Permalink
rename cacheBuster -> cacheBust, phetsims/chipper#759
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 24, 2019
1 parent 526a747 commit 49c621c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/blast-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ require.config( {
TANDEM: '../../tandem/js'
},

// optional cache buster to make browser refresh load all included scripts, can be disabled with ?cacheBuster=false
urlArgs: phet.chipper.getCacheBusterArgs()
// optional cache bust to make browser refresh load all included scripts, can be disabled with ?cacheBust=false
urlArgs: phet.chipper.getCacheBustArgs()
} );

0 comments on commit 49c621c

Please sign in to comment.