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 bad3ede commit 4ec082d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/kite-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ require.config( {
REPOSITORY: '..'
},

// optional cache buster to make browser refresh load all included scripts, can be disabled with ?cacheBuster=false
// optional cache bust to make browser refresh load all included scripts, can be disabled with ?cacheBust=false
urlArgs: 'bust=' + ( new Date() ).getTime()
} );
4 changes: 2 additions & 2 deletions js/kite-test-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,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 4ec082d

Please sign in to comment.