Fix #2946 (one channel audio)

This commit is contained in:
Nick Winter 2015-09-20 16:23:47 -07:00
parent 30c54639a0
commit f1add14a27

View file

@ -5965,6 +5965,7 @@ this.createjs = this.createjs || {};
this.panNode = s.context.createPanner();
this.panNode.panningModel = s._panningModel;
this.panNode.connect(this.gainNode);
this._updatePan();
/**
* NOTE this is only intended for use by advanced users.
@ -7269,4 +7270,4 @@ this.createjs = this.createjs || {};
};
createjs.HTMLAudioPlugin = createjs.promote(HTMLAudioPlugin, "AbstractPlugin");
}());
}());