mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Fix spelling error
This commit is contained in:
parent
2d84561890
commit
f7305455eb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ module.exports = function(winamp, {dispatch}) {
|
|||
case 76: // CTRL+L FIXME
|
||||
break;
|
||||
case 84: // CTRL+T
|
||||
dispath({type: 'TOGGLE_TIME_MODE'});
|
||||
dispatch({type: 'TOGGLE_TIME_MODE'});
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue