that..css -> that.css

This commit is contained in:
rlx 2014-09-24 20:14:12 +02:00
parent f78fab8103
commit 7dc53b7252

View file

@ -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(