Skip to content

Commit

Permalink
Replace depreciated AudioElement with MediaElement in zoom example
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBannister committed Nov 11, 2015
1 parent e01ecaf commit 919285b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/zoom/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ document.addEventListener('DOMContentLoaded', function () {
container: document.querySelector('#waveform'),
waveColor: '#A8DBA8',
progressColor: '#3B8686',
backend: 'AudioElement'
backend: 'MediaElement'
});


Expand Down

0 comments on commit 919285b

Please sign in to comment.