Update eventManager.ts

pull/5566/head
Devkuni 2 months ago committed by Aniket
parent d47514c7e3
commit cadf9e2991
  1. 2
      libs/remix-debug/src/eventManager.ts

@ -56,7 +56,7 @@ export class EventManager {
/* /*
* trigger event. * trigger event.
* Every listener have their associated function executed * Every listener has their associated function executed
* *
* @param {String} eventName - the event name * @param {String} eventName - the event name
* @param {Array}j - argument that will be passed to the executed function. * @param {Array}j - argument that will be passed to the executed function.

Loading…
Cancel
Save