This commit is contained in:
Dennis Eichhorn 2018-12-02 16:44:27 +01:00
parent 4e400bf372
commit 727bf9e559

View File

@ -112,7 +112,7 @@
trigger (group, id = '', data = null)
{
if (this.callbacks.hasOwnProperty(group)) {
return this.triggerSingleEvent();
return this.triggerSingleEvent(group, id, data);
}
const allGroups = Object.keys(this.callbacks),