mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-15 00:38:42 +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)
|
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)) {
|
if (this.groups[group].hasOwnProperty(id)) {
|
||||||
this.groups[group][id] = false;
|
this.groups[group][id] = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user