From 7dc53b72523ca7f8c1c392c4b9b19cd9dc630b53 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 24 Sep 2014 20:14:12 +0200 Subject: [PATCH] that..css -> that.css --- source/Ox.UI/js/Form/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Form/Button.js b/source/Ox.UI/js/Form/Button.js index b3f725a6..337bc284 100644 --- a/source/Ox.UI/js/Form/Button.js +++ b/source/Ox.UI/js/Form/Button.js @@ -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(