Просмотр исходного кода

Merge pull request #6604 from aha66/master

Update EventDispatcher.html
Ricardo Cabello 10 лет назад
Родитель
Сommit
fce9715cc7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/api/core/EventDispatcher.html

+ 2 - 2
docs/api/core/EventDispatcher.html

@@ -50,9 +50,9 @@
 		Removes a listener from an event type.
 		</div>
 
-		<h3>[method:null dispatchEvent]( [page:String type] )</h3>
+		<h3>[method:null dispatchEvent]( [page:object event] )</h3>
 		<div>
-		type - The type of event that gets fired.
+		event - The event that gets fired.
 		</div>
 		<div>
 		Fire an event type.

粤ICP备19079148号