From 63e556a7fb39c7a6139bbfe7e333636e50d7b8e1 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 14 Aug 2019 14:12:59 -0700 Subject: [PATCH] Update soundfile.js Correct console function call --- src/soundfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soundfile.js b/src/soundfile.js index 8924b179..a48f82bd 100644 --- a/src/soundfile.js +++ b/src/soundfile.js @@ -1105,7 +1105,7 @@ define(function (require) { try { this.bufferSourceNodes[i].stop(now); } catch(e) { - console.warning('no buffer source node to dispose'); + console.warn('no buffer source node to dispose'); } this.bufferSourceNodes[i] = null; }