* MCI keys no longer consider view IDs as this implied order

* Converted all MCI keys in menu.json/etc., e.g. BN1ET2 -> BN1ET2
* Fix regression with prompt loading
* 'age' property -> 'birthdate'
* MaskEditView.getData() returns data with literals in place
* Other minor changes
This commit is contained in:
Bryan Ashby 2015-07-21 23:52:20 -06:00
parent 81e684cdcc
commit 735b572f9f
14 changed files with 93 additions and 32 deletions

View file

@ -628,7 +628,7 @@ ViewController.prototype.getFormData = function() {
}
}
} catch(e) {
self.client.log.error(e); // :TODO: Log better ;)
this.client.log.error(e); // :TODO: Log better ;)
}
}