mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 01:48:40 +00:00
fix space in loop
This commit is contained in:
parent
d72a54b6a3
commit
5565d0a11e
|
|
@ -60,7 +60,7 @@
|
|||
*/
|
||||
jsOMS.Event.EventManager.prototype.reset = function (group)
|
||||
{
|
||||
for (let id in this.groups[group]) {
|
||||
for (let id in this.groups[group]) {
|
||||
if (this.groups[group].hasOwnProperty(id)) {
|
||||
this.groups[group][id] = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user