Removed old todo
This commit is contained in:
parent
6a37df6c3b
commit
ef45556073
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ export default {
|
||||||
// Handle global key press events to be associated with navigation
|
// Handle global key press events to be associated with navigation
|
||||||
keyDownMonitor: function(event) {
|
keyDownMonitor: function(event) {
|
||||||
this.keysDown[event.keyCode] = true; //Add key to array
|
this.keysDown[event.keyCode] = true; //Add key to array
|
||||||
// TODO: Add logic
|
|
||||||
|
|
||||||
// Convert keyCode dict into a list of key codes
|
// Convert keyCode dict into a list of key codes
|
||||||
var keyCodeList = Object.keys(keyCodes).map(function(key){return keyCodes[key];});
|
var keyCodeList = Object.keys(keyCodes).map(function(key){return keyCodes[key];});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue