* @method for view properties. WIP... hacked in, needs cleaned up & DRY

* Messing around with different approaches to last callers...
This commit is contained in:
Bryan Ashby 2015-07-26 22:51:06 -06:00
parent 542327460b
commit 99ea870ebc
8 changed files with 337 additions and 17 deletions

View file

@ -185,7 +185,7 @@ View.prototype.setPropertyValue = function(propName, value) {
case 'focus' : this.setFocus(value); break;
case 'text' :
if('setText' in this) {
if('setText' in this) {
this.setText(value);
}
break;