mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
Minor code tidy
This commit is contained in:
parent
a70d865d74
commit
a036f6c6bf
2 changed files with 2 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue