Better indented soundjs-NEXT.combined.js

This commit is contained in:
Imperadeiro98 2015-10-09 12:36:36 +01:00
parent 442f9d2265
commit ded6b14b6a

View file

@ -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.