* WIP replacement NUA system

This commit is contained in:
Bryan Ashby 2015-09-22 21:31:56 -06:00
parent b1947c8010
commit 6c38ff54d5
4 changed files with 45 additions and 12 deletions

View file

@ -43,7 +43,6 @@ function ViewController(options) {
// Everything else is forwarded on to the focused View, if any.
//
var actionForKey = key ? self.actionKeyMap[key.name] : self.actionKeyMap[ch];
//var actionForKey = self.actionKeyMap[key.name] || self.actionKeyMap[ch];
if(actionForKey) {
if(_.isNumber(actionForKey.viewId)) {
//