* Better view inheritance. Experimental ButtonView. User stuff

This commit is contained in:
NuSkooler 2014-10-23 22:18:38 -06:00
parent 8cd062be72
commit 668fdd9166
8 changed files with 171 additions and 202 deletions

View file

@ -40,7 +40,7 @@ function ViewController(client) {
self.nextFocus();
break;
case 'accepted' :
case 'accept' :
// :TODO: check if id is submit, etc.
self.nextFocus();
break;