Merge "Set autofocus on Special:Unblock"
[lhc/web/wiklou.git] / resources / src / jquery.json-deprecate.js
1 ( function ( mw, $ ) {
2 mw.log.deprecate( $, 'toJSON', $.toJSON, 'Use JSON.stringify instead (module "json" for polyfill).' );
3 mw.log.deprecate( $, 'evalJSON', $.evalJSON, 'Use JSON.parse instead (module "json" for polyfill).' );
4 mw.log.deprecate( $, 'secureEvalJSON', $.secureEvalJSON, 'Use JSON.parse instead (module "json" for polyfill).' );
5 mw.log.deprecate( $, 'quoteString', $.quoteString, 'Use JSON.stringify instead (module "json" for polyfill).' );
6 }( mediaWiki, jQuery ) );