From 1bebc8fb34a3008ddb054723b2036bafd665e42e Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 15 Sep 2012 16:35:29 +0200 Subject: [PATCH] Fix comment in wikibits.js There is no "mw.util.notify" method. Follows-up d7847099a1a2ce9ae6ff5f6544c9824a465983d3 Change-Id: I7b1a7d44eb9f8b59130b0ba8f0580ba60501e93b --- skins/common/wikibits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index 563bd74015..cae08af95f 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -515,7 +515,7 @@ window.redirectToFragment = function( fragment ) { * Add a cute little box at the top of the screen to inform the user of * something, replacing any preexisting message. * - * @deprecated since 1.17 Use mw.util.notify instead. + * @deprecated since 1.17 Use the 'mediawiki.notify' module instead. * @param {String|HTMLElement} message To be put inside the message box. */ window.jsMsg = function () { -- 2.20.1