From 2c7f2ddf5cec45979f5fad4670760bc1731d22ed Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Fri, 25 Nov 2016 01:09:07 +0100 Subject: [PATCH] fix typo for real --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9611151a4..733e4d837 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,7 @@ wavesurfer.js changelog 1.2.5 (19.11.2016) ------------------ - WebAudio backend closes the AudioContext when it is destroyed, unless the AudioContext was passed in as a parameter (params.audioContext) -– The AudioContext is no longer cached in WebAudio.audioContext, use the getter-function WebAudio.getAudioContext. (#862) +- The AudioContext is no longer cached in WebAudio.audioContext, use the getter-function WebAudio.getAudioContext. (#862) 1.2.4 (11.11.2016) ------------------