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; };