Skip to content

Commit 4cb06f3

Browse files
committed
make ?cacheBust QP a flag, phetsims/chipper#767
1 parent 3d25200 commit 4cb06f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/equality-explorer-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ require.config( {
4545
VEGAS: '../../vegas/js'
4646
},
4747

48-
// optional cache bust to make browser refresh load all included scripts, can be disabled with ?cacheBust=false
48+
// optional cache bust to make browser refresh load all included scripts, can be enabled with ?cacheBust
4949
urlArgs: phet.chipper.getCacheBustArgs()
5050
} );

0 commit comments

Comments
 (0)