Skip to content

Commit

Permalink
Replace depreciated AudioElement with MediaElement in annotation example
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBannister committed Nov 11, 2015
1 parent 6f7dccd commit aca0ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/annotation/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ document.addEventListener('DOMContentLoaded', function () {
scrollParent: true,
normalize: true,
minimap: true,
backend: 'AudioElement'
backend: 'MediaElement'
});

wavesurfer.util.ajax({
Expand Down

0 comments on commit aca0ed6

Please sign in to comment.