diff --git a/source/Ox.UI/js/Menu/MainMenu.js b/source/Ox.UI/js/Menu/MainMenu.js index 8b6c9895..dbdd2e1c 100644 --- a/source/Ox.UI/js/Menu/MainMenu.js +++ b/source/Ox.UI/js/Menu/MainMenu.js @@ -209,6 +209,10 @@ Ox.MainMenu = function(options, self) { }, 500); }; + that.isSelected = function() { + return self.selected > -1; + }; + that.removeMenu = function() { };