* A few updates to experimental per-client child logging

* StatusBarView skeleton
* Code cleanup
* Menus scan specify emulated baud rate
This commit is contained in:
Bryan Ashby 2015-07-02 23:28:39 -06:00
parent 8fecc779d1
commit a241f91546
7 changed files with 75 additions and 11 deletions

View file

@ -202,6 +202,7 @@ View.prototype.setPropertyValue = function(propName, value) {
this.fillChar = value.substr(0, 1);
}
}
break;
case 'submit' :
if(_.isBoolean(value)) {