mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-16 09:18:42 +00:00
fix typo
This commit is contained in:
parent
58c84b1bb2
commit
3a2cabb1ca
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user