Minor code tidy

This commit is contained in:
Bryan Ashby 2018-12-09 02:35:34 -07:00
parent a70d865d74
commit a036f6c6bf
2 changed files with 2 additions and 2 deletions

View file

@ -433,7 +433,7 @@ ViewController.prototype.getView = function(id) {
ViewController.prototype.hasView = function(id) {
return this.getView(id) ? true : false;
}
};
ViewController.prototype.getViewsByMciCode = function(mciCode) {
if(!Array.isArray(mciCode)) {