mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-23 15:57:15 +00:00
Add missing @param in jquery.wikiEditor.js
Change-Id: Ia6922e71075b9fc24d5b194f02131d42642954e3
This commit is contained in:
parent
3b3623cb14
commit
3c57553f83
|
@ -37,6 +37,7 @@
|
|||
* the autoMsg and autoSafeMsg functions as deprecated.
|
||||
*
|
||||
* @param {string} property
|
||||
* @param {string} key
|
||||
*/
|
||||
function deprecateAutoMsg( property, key ) {
|
||||
var searchParam = mw.config.get( 'wgSearchType' ) === 'CirrusSearch' ?
|
||||
|
|
Loading…
Reference in a new issue