Fix comment in wikibits.js
authorTimo Tijhof <ttijhof@wikimedia.org>
Sat, 15 Sep 2012 14:35:29 +0000 (16:35 +0200)
committerTimo Tijhof <ttijhof@wikimedia.org>
Sat, 15 Sep 2012 14:35:57 +0000 (16:35 +0200)
There is no "mw.util.notify" method.

Follows-up d7847099a1a2ce9ae6ff5f6544c9824a465983d3

Change-Id: I7b1a7d44eb9f8b59130b0ba8f0580ba60501e93b

skins/common/wikibits.js

index 563bd74..cae08af 100644 (file)
@@ -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 () {