mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Better indented soundjs-NEXT.combined.js
This commit is contained in:
parent
442f9d2265
commit
ded6b14b6a
1 changed files with 1 additions and 1 deletions
2
vendor/scripts/soundjs-NEXT.combined.js
vendored
2
vendor/scripts/soundjs-NEXT.combined.js
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue