mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-13 16:08:41 +00:00
Remove triggered elements
This commit is contained in:
parent
94a134df05
commit
2560f27e51
|
|
@ -97,7 +97,7 @@
|
||||||
jsOMS.Event.EventManager.prototype.trigger = function (id, group)
|
jsOMS.Event.EventManager.prototype.trigger = function (id, group)
|
||||||
{
|
{
|
||||||
if (typeof this.groups[group] !== 'undefined') {
|
if (typeof this.groups[group] !== 'undefined') {
|
||||||
this.groups[group][id] = true;
|
delete this.groups[group][id];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.hasOutstanding(group)) {
|
if (!this.hasOutstanding(group)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user