This commit is contained in:
Dennis Eichhorn 2020-09-19 21:25:27 +02:00
parent 58c84b1bb2
commit 3a2cabb1ca

View File

@ -151,7 +151,7 @@ export class EventManager
*/ */
trigger (group, id = '', data = null) trigger (group, id = '', data = null)
{ {
if (typeof this.callback[group] === 'undefined') { if (typeof this.callbacks[group] === 'undefined') {
return false; return false;
} }