Merge "Fix some omitted colons in Spanish magic word l10n"
[lhc/web/wiklou.git] / resources / mediawiki / mediawiki.jqueryMsg.js
index 5606097..d7d90f4 100644 (file)
                        return this.language.convertNumber( number, isInteger );
                }
        };
+
        // Deprecated! don't rely on gM existing.
        // The window.gM ought not to be required - or if required, not required here.
        // But moving it to extensions breaks it (?!)
        // Need to fix plugin so it could do attributes as well, then will be okay to remove this.
-       window.gM = mw.jqueryMsg.getMessageFunction();
+       // @deprecated since 1.23
+       mw.log.deprecate( window, 'gM', mw.jqueryMsg.getMessageFunction(), 'Use mw.message( ... ).parse() instead' );
 
        /**
         * @method