fix space in loop

This commit is contained in:
Dennis Eichhorn 2017-09-08 20:01:11 +02:00
parent d72a54b6a3
commit 5565d0a11e

View File

@ -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;
}