Fixed rewind

This commit is contained in:
Sam Potts 2015-02-15 15:17:47 +11:00
parent 801ae4fc1a
commit 5734805dab
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
play: "[data-player='play']",
pause: "[data-player='pause']",
restart: "[data-player='restart']",
rewind: "[data-player='restart']",
rewind: "[data-player='rewind']",
forward: "[data-player='fast-forward']",
mute: "[data-player='mute']",
volume: "[data-player='volume']",

File diff suppressed because one or more lines are too long