remove commented-out method
This commit is contained in:
parent
35920ee37d
commit
3334513b0a
1 changed files with 0 additions and 10 deletions
|
@ -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;
|
return that;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue