Fix spelling error

This commit is contained in:
Jordan Eldredge 2017-01-03 20:47:57 -08:00
parent 2d84561890
commit f7305455eb

View file

@ -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 {