From 3334513b0a070fa9b5e82e21875362f10791bd96 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 24 Sep 2014 20:17:05 +0200 Subject: [PATCH] remove commented-out method --- source/Ox.UI/js/Form/Select.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source/Ox.UI/js/Form/Select.js b/source/Ox.UI/js/Form/Select.js index 26ac36ca..e2e55427 100644 --- a/source/Ox.UI/js/Form/Select.js +++ b/source/Ox.UI/js/Form/Select.js @@ -267,16 +267,6 @@ Ox.Select = function(options, self) { }); }; - /* - that.width = function(val) { - // fixme: silly hack, and won't work for css() ... remove! - that.$element.width(val + 16); - that.$button.width(val); - //that.$symbol.width(val); - return that; - }; - */ - return that; };