that..css -> that.css
This commit is contained in:
parent
f78fab8103
commit
7dc53b7252
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Ox.Button = function(options, self) {
|
|||
self.options.selectable && setSelected();
|
||||
},
|
||||
width: function() {
|
||||
that.$element.css({width: (self.options.width - 14) + 'px'});
|
||||
that.css({width: (self.options.width - 14) + 'px'});
|
||||
}
|
||||
})
|
||||
.addClass(
|
||||
|
|
Loading…
Reference in a new issue