main menu: add public isSelected method

This commit is contained in:
rlx 2013-08-01 10:33:35 +00:00
parent a0c9111f3b
commit e5e8412c3a

View file

@ -209,6 +209,10 @@ Ox.MainMenu = function(options, self) {
}, 500); }, 500);
}; };
that.isSelected = function() {
return self.selected > -1;
};
that.removeMenu = function() { that.removeMenu = function() {
}; };