mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Update reference to renamed init.setupSectionEditLinks method
Follows-up e1f8ee7890
Change-Id: Ib9e6c8cf472f656052adca4fbd87630ec1aaf697
This commit is contained in:
parent
cea97f763b
commit
293b707acd
|
@ -37,7 +37,7 @@
|
|||
ve.init.mw.targets.push( target );
|
||||
|
||||
// Transfer methods
|
||||
ve.init.mw.ViewPageTarget.prototype.setupSectionEditLinks = init.setupSectionEditLinks;
|
||||
ve.init.mw.ViewPageTarget.prototype.setupSectionEditLinks = init.setupSectionLinks;
|
||||
|
||||
// Add plugins
|
||||
target.addPlugins( plugins );
|
||||
|
|
Loading…
Reference in a new issue