lists: return that from public size method
This commit is contained in:
parent
2d109d103e
commit
3fcedf2b30
2 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,7 @@ Ox.IconList = function(options, self) {
|
|||
@*/
|
||||
that.size = function() {
|
||||
that.$element.size();
|
||||
return that;
|
||||
};
|
||||
|
||||
// fixme: deprecate, use options()
|
||||
|
|
|
@ -240,6 +240,7 @@ Ox.InfoList = function(options, self) {
|
|||
@*/
|
||||
that.size = function() {
|
||||
that.$element.size();
|
||||
return that;
|
||||
};
|
||||
|
||||
/*@
|
||||
|
|
Loading…
Reference in a new issue