Fixup types

Change-Id: I609f6b4dfb4ebc357b6190571b8779a167a66f4f
This commit is contained in:
Adam Wight 2024-09-03 11:36:28 +02:00
parent 4d8cb0d18a
commit 65a02eb97b

View file

@ -31,6 +31,7 @@ ve.ui.MWReferenceEditPanel = function VeUiMWReferenceEditPanel( config ) {
// Properties
this.referenceModel = null;
this.originalGroup = null;
/** @member {ve.dm.MWDocumentReferences} */
this.docRefs = null;
this.referenceModel = null;
@ -196,7 +197,7 @@ ve.ui.MWReferenceEditPanel.static.getImportRules = function () {
};
/**
* @param {ve.ui.MWReferenceEditPanel} docRefs
* @param {ve.dm.MWDocumentReferences} docRefs
*/
ve.ui.MWReferenceEditPanel.prototype.setDocumentReferences = function ( docRefs ) {
this.docRefs = docRefs;