diff options
author | Florrie <towerofnix@gmail.com> | 2017-09-03 13:42:16 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2017-09-03 13:42:16 -0300 |
commit | 1f8b3e84d64e13cb83ead166a0df9938e876a4f8 (patch) | |
tree | 77f96840f74f2dede85f7b96ef7118b42181180f /src/play.js | |
parent | 1aff6f3d5269500811cae7500493060b62b3c8f2 (diff) |
Remove a finished todo
Diffstat (limited to 'src/play.js')
-rwxr-xr-x | src/play.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/play.js b/src/play.js index bf39565..ff0c0d4 100755 --- a/src/play.js +++ b/src/play.js @@ -438,8 +438,7 @@ async function main(args) { } } - // TODO: Load these from a file - // TODO: Verify that each command exists + // TODO: Let the user load custom keybindings from a file. const keybindingHandler = compileKeybindings({ bindings: [ [['space'], 'togglePause'], |