main menu: add public isSelected method
This commit is contained in:
parent
a0c9111f3b
commit
e5e8412c3a
1 changed files with 4 additions and 0 deletions
|
@ -209,6 +209,10 @@ Ox.MainMenu = function(options, self) {
|
|||
}, 500);
|
||||
};
|
||||
|
||||
that.isSelected = function() {
|
||||
return self.selected > -1;
|
||||
};
|
||||
|
||||
that.removeMenu = function() {
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue