Add GroupList balances() method
This commit is contained in:
parent
cb8e8c9e01
commit
80a6587020
1 changed files with 7 additions and 0 deletions
|
@ -84,6 +84,13 @@ function GroupList() {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
this.balances=function(fct) {
|
||||
return this.each(function(idx,group) {
|
||||
return group.balance();
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function Group(name,data) {
|
||||
|
|
Loading…
Reference in a new issue