Skip to content

Commit

Permalink
Workaround for broken audiostage in latest chrome builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaicoianu committed Aug 5, 2014
1 parent 4250e87 commit ba1cec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/external/audiostage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
var AudioStage = function() {
if (typeof webkitAudioContext !== 'undefined') {
this.context = new webkitAudioContext();
}
if (this.context) {
this.masterFader = this.getNewMasterFader();

}
//Create object to hold all sounds and their associated events
this.cues = {};
Expand Down

0 comments on commit ba1cec5

Please sign in to comment.