Remove triggered elements

This commit is contained in:
Dennis Eichhorn 2016-07-06 22:30:59 +02:00
parent 94a134df05
commit 2560f27e51

View File

@ -97,7 +97,7 @@
jsOMS.Event.EventManager.prototype.trigger = function (id, group)
{
if (typeof this.groups[group] !== 'undefined') {
this.groups[group][id] = true;
delete this.groups[group][id];
}
if (!this.hasOutstanding(group)) {