You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addListener(obj,type, callback, scope) - add a custom event listener removeListener(obj,type, callback) - remove a custom event listener dispatch(obj,type, target,args) - Dispatch a custom event, you can send arguments within the last parameter.