Correct version for deprecated accesskey util functions
authorDerk-Jan Hartman <hartman.wiki@gmail.com>
Sat, 26 Apr 2014 13:15:01 +0000 (15:15 +0200)
committerDerk-Jan Hartman <hartman.wiki@gmail.com>
Sat, 26 Apr 2014 13:16:17 +0000 (15:16 +0200)
Follow up to: I211593629ca23540dcd5a93b11834155f4f04883
Change-Id: Ib2fe86f950a05be8885cf6da73e1c92a844c0d0c

resources/src/mediawiki/mediawiki.util.js

index b68575d..15b075c 100644 (file)
        /**
         * @property {string} tooltipAccessKeyPrefix
         * Access key prefix. Might be wrong for browsers implementing the accessKeyLabel property.
-        * @deprecated since 1.23 Use the module jquery.accessKeyLabel instead.
+        * @deprecated since 1.24 Use the module jquery.accessKeyLabel instead.
         */
        mw.log.deprecate( util, 'tooltipAccessKeyPrefix', $.fn.updateTooltipAccessKeys.getAccessKeyPrefix(), 'Use jquery.accessKeyLabel instead.' );
 
         *
         * Will probably not work for browsers implementing the accessKeyLabel property.
         *
-        * @deprecated since 1.23 Use the module jquery.accessKeyLabel instead.
+        * @deprecated since 1.24 Use the module jquery.accessKeyLabel instead.
         */
        mw.log.deprecate( util, 'tooltipAccessKeyRegexp', /\[(ctrl-)?(option-)?(alt-)?(shift-)?(esc-)?(.)\]$/, 'Use jquery.accessKeyLabel instead.' );