From 8a48e2bf6dac6aced9e12acebfc455cb499fcc0d Mon Sep 17 00:00:00 2001 From: jbphet Date: Mon, 17 Sep 2018 22:03:20 -0600 Subject: [PATCH] changed comments for sound block from "// audio" to "// sounds", see https://github.com/phetsims/chipper/issues/709 --- js/game/view/GameScreenView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/game/view/GameScreenView.js b/js/game/view/GameScreenView.js index e5cac62e..dc607c35 100644 --- a/js/game/view/GameScreenView.js +++ b/js/game/view/GameScreenView.js @@ -28,7 +28,7 @@ define( function( require ) { var self = this; ScreenView.call( this, RPALConstants.SCREEN_VIEW_OPTIONS ); - // audio + // sounds var audioPlayer = new GameAudioPlayer( model.soundEnabledProperty ); // one node for each 'phase' of the game, created on demand to improve startup time