mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
ve.ui.MWTitleInputWidget: Fix documentation (@cfg not @param)
Change-Id: If76e22754b6e17b6ad98f72d5561929bb42bcab7
This commit is contained in:
parent
d26e2004ab
commit
df280e27f9
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Configuration options
|
||||
* @param {number} [namespace] Namespace to prepend to queries not prefixed with ':'
|
||||
* @cfg {number} [namespace] Namespace to prepend to queries not prefixed with ':'
|
||||
*/
|
||||
ve.ui.MWTitleInputWidget = function VeUiMWTitleInputWidget( config ) {
|
||||
// Config intialization
|
||||
|
|
Loading…
Reference in a new issue