diff --git a/js/initialize-globals.js b/js/initialize-globals.js index 6d3c96968..4ba742772 100644 --- a/js/initialize-globals.js +++ b/js/initialize-globals.js @@ -685,8 +685,8 @@ // enables basic assertions const enableBasicAssertions = enableAllAssertions || - ( !phet.chipper.isProduction && phet.chipper.queryParameters.ea ) || - phet.chipper.isDebugBuild; + ( !phet.chipper.isProduction && phet.chipper.queryParameters.ea ) || + phet.chipper.isDebugBuild; if ( enableBasicAssertions ) { window.assertions.enableAssert();