From 8b1e6b911b3a161d8aafb510469029c089169710 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 5 Aug 2013 06:39:44 +0200 Subject: [PATCH] Fix incorrect documentation Change-Id: I646a5ccb2ff9e3e7f8871b4e55b55ec881c4301d --- resources/js/ext.uls.init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/ext.uls.init.js b/resources/js/ext.uls.init.js index cadb31e9..543875eb 100644 --- a/resources/js/ext.uls.init.js +++ b/resources/js/ext.uls.init.js @@ -164,7 +164,7 @@ * Local wrapper for 'mw.eventLog.logEvent' which handles default params * 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 * the specified timeout. Can be use for example to log actions that * cause the browser to navigate to other pages.