From 6c5acc78fd7a9a560cab3b6cd103a9067ac1e76f Mon Sep 17 00:00:00 2001 From: aha66 Date: Tue, 26 May 2015 14:35:40 +0200 Subject: [PATCH] Update EventDispatcher.html --- docs/api/core/EventDispatcher.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/core/EventDispatcher.html b/docs/api/core/EventDispatcher.html index 48512206a7..fa3a989d97 100644 --- a/docs/api/core/EventDispatcher.html +++ b/docs/api/core/EventDispatcher.html @@ -50,9 +50,9 @@ Removes a listener from an event type. -

[method:null dispatchEvent]( [page:String type] )

+

[method:null dispatchEvent]( [page:object event] )

- type - The type of event that gets fired. + event - The event that gets fired.
Fire an event type. -- GitLab