lists: return that from public size method

This commit is contained in:
rolux 2012-08-31 00:16:26 +02:00
parent 2d109d103e
commit 3fcedf2b30
2 changed files with 2 additions and 0 deletions

View file

@ -222,6 +222,7 @@ Ox.IconList = function(options, self) {
@*/
that.size = function() {
that.$element.size();
return that;
};
// fixme: deprecate, use options()

View file

@ -240,6 +240,7 @@ Ox.InfoList = function(options, self) {
@*/
that.size = function() {
that.$element.size();
return that;
};
/*@