Michael Deal 2013-01-26 22:46:02 -08:00
parent d189452640
commit a7d5b8a06e
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ connect.webaudio = function(filetype, instruments, conf) {
}
},
onComplete: function() {
MIDI.WebAudioAPI.connect(conf);
MIDI.WebAudio.connect(conf);
}
});
};