mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 17:58:41 +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)
|
||||
{
|
||||
if (typeof this.callback[group] === 'undefined') {
|
||||
if (typeof this.callbacks[group] === 'undefined') {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user