forked from 0x2620/oxjs
use Ox.$
This commit is contained in:
parent
a97170ea5b
commit
37ab78f05b
7 changed files with 22 additions and 23 deletions
|
|
@ -66,7 +66,7 @@ Ox.MenuButton = function(options, self) {
|
|||
});
|
||||
|
||||
if (self.options.type == 'text') {
|
||||
self.$title = $('<div>')
|
||||
self.$title = Ox.$('<div>')
|
||||
.addClass('OxTitle')
|
||||
.css({width: self.options.width - 24 + 'px'})
|
||||
.html(self.options.title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue