From 8efec0cf765ce5cc63de355d6bdd098588918815 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 23 Dec 2013 13:30:54 +0530 Subject: [PATCH] main menu: use $, not Ox.$ --- source/Ox.UI/js/Menu/MainMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Menu/MainMenu.js b/source/Ox.UI/js/Menu/MainMenu.js index 7f6d1153..aa1fa1d3 100644 --- a/source/Ox.UI/js/Menu/MainMenu.js +++ b/source/Ox.UI/js/Menu/MainMenu.js @@ -37,7 +37,7 @@ Ox.MainMenu = function(options, self) { }); if (self.options.extras.length) { - that.extras = Ox.$('
') + that.extras = $('
') .addClass('OxExtras') .appendTo(that); self.options.extras.forEach(function(extra) {