mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
doc: @inheritDoc -> @inheritdoc
Follows-up db3da5d
. Also scanned code base for more matches but
looks like those have been cleaned up already.
Change-Id: I62d1c4367e1ed7b7162d7b688227dfa5dca562aa
This commit is contained in:
parent
ed8133e317
commit
cde62acf4b
|
@ -144,7 +144,7 @@ ve.ui.MWLinkTargetInputWidget.prototype.getLookupMenuItemsFromData = function (
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritdoc
|
||||||
*/
|
*/
|
||||||
ve.ui.MWLinkTargetInputWidget.prototype.initializeLookupMenuSelection = function () {
|
ve.ui.MWLinkTargetInputWidget.prototype.initializeLookupMenuSelection = function () {
|
||||||
var item;
|
var item;
|
||||||
|
|
Loading…
Reference in a new issue