You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆙 added latest changes
This commit is contained in:
@@ -23,6 +23,8 @@ export class EventDispatcher implements IEventDispatcher
|
||||
return;
|
||||
}
|
||||
|
||||
NitroLogger.events('Added Event Listener', type);
|
||||
|
||||
existing.push(callback);
|
||||
}
|
||||
|
||||
@@ -78,7 +80,7 @@ export class EventDispatcher implements IEventDispatcher
|
||||
|
||||
try
|
||||
{
|
||||
(callback as Function)(event);
|
||||
callback(event);
|
||||
}
|
||||
|
||||
catch (err)
|
||||
|
||||
Reference in New Issue
Block a user