mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
storage.js: Don't return in StorageAwareMap.forEach
This commit is contained in:
parent
5c290e1b68
commit
cfa3af51db
@ -434,7 +434,7 @@
|
|||||||
thisArg = this;
|
thisArg = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.data.forEach(function(value, key) {
|
this.data.forEach(function(value, key) {
|
||||||
callback.call(thisArg, value['value'], key);
|
callback.call(thisArg, value['value'], key);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user