From 49c621cafb75e28c4d39b79d45fea137078205f5 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 23 May 2019 16:27:27 -0800 Subject: [PATCH] rename cacheBuster -> cacheBust, https://github.com/phetsims/chipper/issues/759 --- js/blast-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/blast-config.js b/js/blast-config.js index e700e03..57dd9f2 100644 --- a/js/blast-config.js +++ b/js/blast-config.js @@ -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() } );