mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
Mark config parameter as optional in context classes
Change-Id: I3f239e0729eefad256b151bce9291f583ef908ab
This commit is contained in:
parent
c9a5442ee4
commit
266877e11a
|
@ -14,7 +14,7 @@
|
|||
* @constructor
|
||||
* @param {ve.ui.Context} context Context item is in
|
||||
* @param {ve.dm.Model} model Model item is related to
|
||||
* @param {Object} config Configuration options
|
||||
* @param {Object} [config]
|
||||
*/
|
||||
ve.ui.MWCitationContextItem = function VeUiMWCitationContextItem() {
|
||||
// Parent constructor
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* @constructor
|
||||
* @param {ve.ui.Context} context Context item is in
|
||||
* @param {ve.dm.Model} model Model item is related to
|
||||
* @param {Object} config Configuration options
|
||||
* @param {Object} [config]
|
||||
*/
|
||||
ve.ui.MWCitationNeededContextItem = function VeUiMWCitationNeededContextItem() {
|
||||
// Parent constructor
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* @constructor
|
||||
* @param {ve.ui.Context} context Context item is in
|
||||
* @param {ve.dm.Model} model Model item is related to
|
||||
* @param {Object} config Configuration options
|
||||
* @param {Object} [config]
|
||||
*/
|
||||
ve.ui.MWReferenceContextItem = function VeUiMWReferenceContextItem() {
|
||||
// Parent constructor
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* @constructor
|
||||
* @param {ve.ui.Context} context Context item is in
|
||||
* @param {ve.dm.Model} model Model item is related to
|
||||
* @param {Object} config Configuration options
|
||||
* @param {Object} [config]
|
||||
*/
|
||||
ve.ui.MWReferencesListContextItem = function VeUiMWReferencesListContextItem() {
|
||||
// Parent constructor
|
||||
|
|
Loading…
Reference in a new issue