Skip to content

Commit

Permalink
add default value for debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Sep 30, 2016
1 parent f2911b8 commit bac558e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions videojs.wavesurfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@

// plugin defaults
var defaults = {
// Display console log messages.
debug: false,
// msDisplayMax indicates the number of seconds that is
// considered the boundary value for displaying milliseconds
// in the time controls. An audio clip with a total length of
Expand Down

0 comments on commit bac558e

Please sign in to comment.