diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-11 15:50:47 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-11 15:50:47 -0400 |
| commit | 7243fd7cf75e59b2ea45def413788020a663679f (patch) | |
| tree | 5322fe964fa613d1938faee31b063b1eae7fc957 /js/vendor | |
| parent | 642a0e99cfb4aeaa71cc1ac51739608ef6225b99 (diff) | |
is stated
Diffstat (limited to 'js/vendor')
| -rw-r--r-- | js/vendor/StartAudioContext.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/vendor/StartAudioContext.js b/js/vendor/StartAudioContext.js index 905878a..1823b04 100644 --- a/js/vendor/StartAudioContext.js +++ b/js/vendor/StartAudioContext.js @@ -78,6 +78,7 @@ StartAudioContext.onStarted = function(cb){ //if it's already started, invoke the callback if (StartAudioContext.isStarted()){ + console.log("is started") cb(); } else { StartAudioContext._onStarted.push(cb); |
