Benjamin Renard commited on 2014-01-12 19:09:47 Showing 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) {