remove commented-out method

This commit is contained in:
rlx 2014-09-24 20:17:05 +02:00
parent 35920ee37d
commit 3334513b0a

View file

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