Skip to content

Commit

Permalink
Merge pull request #443 from slavva97/patch-1
Browse files Browse the repository at this point in the history
Stop button is not rendered.
  • Loading branch information
johndyer committed Apr 17, 2012
2 parents fe95bb5 + f7dc70b commit 91f76fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/mep-feature-stop.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
var t = this,
stop =
$('<div class="mejs-button mejs-stop-button mejs-stop">' +
'<button type="button" aria-controls="' + t.id + '" title="' + t.options.stopText + '></button>' +
'<button type="button" aria-controls="' + t.id + '" title="' + t.options.stopText + '"></button>' +
'</div>')
.appendTo(controls)
.click(function() {
Expand Down

0 comments on commit 91f76fb

Please sign in to comment.