Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

Commit

Permalink
fixed: decoder for webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
mohayonao committed Feb 2, 2013
1 parent 1c59101 commit 0e688c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/decoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@

Decoder.webkit_decode = (function() {
if (typeof webkitAudioContext !== "undefined") {
var ctx = T._audioContext;
var ctx = T.fn._audioContext;
var _decode = function(data, onloadedmetadata, onloadeddata) {
var samplerate, duration, buffer;
if (typeof data === "string") {
Expand Down

0 comments on commit 0e688c3

Please sign in to comment.