In MenuItem, use $, not Ox.$

This commit is contained in:
rolux 2014-01-16 05:15:01 +00:00
parent 654482832f
commit 1ab4634fa1

View file

@ -85,7 +85,7 @@ Ox.MenuItem = function(options, self) {
)
)
.append(
that.$title = Ox.$('<td>')
that.$title = $('<td>')
.addClass('OxCell OxTitle')
.css(
self.options.maxWidth
@ -98,8 +98,7 @@ Ox.MenuItem = function(options, self) {
)
.html(
self.options.file
?
that.$button = Ox.FileButton(Ox.extend({
? that.$button = Ox.FileButton(Ox.extend({
disabled: self.options.disabled,
title: self.options.title[0]
}, self.options.file)).bindEvent({