Skip to content

Commit ceac5bd

Browse files
committed
Lint fix.
1 parent 22e170e commit ceac5bd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/sound/webaudio/WebAudioSound.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,10 +512,13 @@ var WebAudioSound = new Class({
512512
this.muteNode = null;
513513
this.volumeNode.disconnect();
514514
this.volumeNode = null;
515-
if (this.pannerNode) {
515+
516+
if (this.pannerNode)
517+
{
516518
this.pannerNode.disconnect();
517519
this.pannerNode = null;
518520
}
521+
519522
this.rateUpdates.length = 0;
520523
this.rateUpdates = null;
521524
},

0 commit comments

Comments
 (0)