mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +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
|
* @constructor
|
||||||
* @param {ve.ui.Context} context Context item is in
|
* @param {ve.ui.Context} context Context item is in
|
||||||
* @param {ve.dm.Model} model Model item is related to
|
* @param {ve.dm.Model} model Model item is related to
|
||||||
* @param {Object} config Configuration options
|
* @param {Object} [config]
|
||||||
*/
|
*/
|
||||||
ve.ui.MWCitationContextItem = function VeUiMWCitationContextItem() {
|
ve.ui.MWCitationContextItem = function VeUiMWCitationContextItem() {
|
||||||
// Parent constructor
|
// Parent constructor
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {ve.ui.Context} context Context item is in
|
* @param {ve.ui.Context} context Context item is in
|
||||||
* @param {ve.dm.Model} model Model item is related to
|
* @param {ve.dm.Model} model Model item is related to
|
||||||
* @param {Object} config Configuration options
|
* @param {Object} [config]
|
||||||
*/
|
*/
|
||||||
ve.ui.MWCitationNeededContextItem = function VeUiMWCitationNeededContextItem() {
|
ve.ui.MWCitationNeededContextItem = function VeUiMWCitationNeededContextItem() {
|
||||||
// Parent constructor
|
// Parent constructor
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {ve.ui.Context} context Context item is in
|
* @param {ve.ui.Context} context Context item is in
|
||||||
* @param {ve.dm.Model} model Model item is related to
|
* @param {ve.dm.Model} model Model item is related to
|
||||||
* @param {Object} config Configuration options
|
* @param {Object} [config]
|
||||||
*/
|
*/
|
||||||
ve.ui.MWReferenceContextItem = function VeUiMWReferenceContextItem() {
|
ve.ui.MWReferenceContextItem = function VeUiMWReferenceContextItem() {
|
||||||
// Parent constructor
|
// Parent constructor
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {ve.ui.Context} context Context item is in
|
* @param {ve.ui.Context} context Context item is in
|
||||||
* @param {ve.dm.Model} model Model item is related to
|
* @param {ve.dm.Model} model Model item is related to
|
||||||
* @param {Object} config Configuration options
|
* @param {Object} [config]
|
||||||
*/
|
*/
|
||||||
ve.ui.MWReferencesListContextItem = function VeUiMWReferencesListContextItem() {
|
ve.ui.MWReferencesListContextItem = function VeUiMWReferencesListContextItem() {
|
||||||
// Parent constructor
|
// Parent constructor
|
||||||
|
|
Loading…
Reference in a new issue