main menu: use $, not Ox.$
This commit is contained in:
parent
de1ef5a5bf
commit
8efec0cf76
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Ox.MainMenu = function(options, self) {
|
|||
});
|
||||
|
||||
if (self.options.extras.length) {
|
||||
that.extras = Ox.$('<div>')
|
||||
that.extras = $('<div>')
|
||||
.addClass('OxExtras')
|
||||
.appendTo(that);
|
||||
self.options.extras.forEach(function(extra) {
|
||||
|
|
Loading…
Reference in a new issue