Removed old todo

This commit is contained in:
Joel Collins 2019-02-15 16:42:00 +00:00
parent 6a37df6c3b
commit ef45556073

View file

@ -113,7 +113,6 @@ export default {
// Handle global key press events to be associated with navigation
keyDownMonitor: function(event) {
this.keysDown[event.keyCode] = true; //Add key to array
// TODO: Add logic
// Convert keyCode dict into a list of key codes
var keyCodeList = Object.keys(keyCodes).map(function(key){return keyCodes[key];});