Skip to content

Commit

Permalink
Change cacheBust to boolean value with defaultValue: true, see #541
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 4, 2019
1 parent 51b15cb commit 9863038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/initialize-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
* enables cache busting in requirejs mode.
*/
cacheBust: {
type: 'flag'
type: 'boolean',
defaultValue: true
},

/**
Expand Down

0 comments on commit 9863038

Please sign in to comment.