From: Timo Tijhof Date: Sat, 15 Sep 2012 14:35:29 +0000 (+0200) Subject: Fix comment in wikibits.js X-Git-Tag: 1.31.0-rc.0~22374 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=1bebc8fb34a3008ddb054723b2036bafd665e42e;p=lhc%2Fweb%2Fwiklou.git Fix comment in wikibits.js There is no "mw.util.notify" method. Follows-up d7847099a1a2ce9ae6ff5f6544c9824a465983d3 Change-Id: I7b1a7d44eb9f8b59130b0ba8f0580ba60501e93b --- 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 () {