Fix various minor mistakes

This commit is contained in:
Bryan Ashby
2019-11-08 19:20:14 -07:00
parent 351ae52776
commit c9ff904b2b
7 changed files with 17 additions and 18 deletions

View File

@@ -219,7 +219,7 @@ function ViewController(options) {
break;
default :
propValue = propValue = conf[propName];
propValue = conf[propName];
break;
}
} else {