diff --git a/vendor/scripts/soundjs-NEXT.combined.js b/vendor/scripts/soundjs-NEXT.combined.js index 86baf232e..4fe102b34 100644 --- a/vendor/scripts/soundjs-NEXT.combined.js +++ b/vendor/scripts/soundjs-NEXT.combined.js @@ -5965,7 +5965,7 @@ this.createjs = this.createjs || {}; this.panNode = s.context.createPanner(); this.panNode.panningModel = s._panningModel; this.panNode.connect(this.gainNode); - this._updatePan(); + this._updatePan(); /** * NOTE this is only intended for use by advanced users.