Fix incorrect documentation

Change-Id: I646a5ccb2ff9e3e7f8871b4e55b55ec881c4301d
This commit is contained in:
Siebrand Mazeland
2013-08-05 06:39:44 +02:00
parent c632290b07
commit 8b1e6b911b

View File

@@ -164,7 +164,7 @@
* Local wrapper for 'mw.eventLog.logEvent' which handles default params * Local wrapper for 'mw.eventLog.logEvent' which handles default params
* and ensures the correct schema is loaded. * and ensures the correct schema is loaded.
* *
* @param {Object} data Event action and optional fields * @param {Object} event Event action and optional fields
* @param {int} [timeout] Fail the request if it is not completed within * @param {int} [timeout] Fail the request if it is not completed within
* the specified timeout. Can be use for example to log actions that * the specified timeout. Can be use for example to log actions that
* cause the browser to navigate to other pages. * cause the browser to navigate to other pages.