浏览代码

Update EventDispatcher.html

aha66 10 年之前
父节点
当前提交
6c5acc78fd
共有 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.
 		Removes a listener from an event type.
 		</div>
 		</div>
 
 
-		<h3>[method:null dispatchEvent]( [page:String type] )</h3>
+		<h3>[method:null dispatchEvent]( [page:object event] )</h3>
 		<div>
 		<div>
-		type - The type of event that gets fired.
+		event - The event that gets fired.
 		</div>
 		</div>
 		<div>
 		<div>
 		Fire an event type.
 		Fire an event type.