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

Commit

Permalink
v13.02.02
Browse files Browse the repository at this point in the history
  • Loading branch information
mohayonao committed Feb 2, 2013
1 parent 0e688c3 commit b24652e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timbre.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
var STATUS_PLAY = 1;
var STATUS_REC = 2;

var _ver = "13.02.01";
var _ver = "13.02.02";
var _sys = null;
var _constructors = {};
var _factories = {};
Expand Down Expand Up @@ -2960,7 +2960,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 b24652e

Please sign in to comment.