Update reference to renamed init.setupSectionEditLinks method

Follows-up e1f8ee7890

Change-Id: Ib9e6c8cf472f656052adca4fbd87630ec1aaf697
This commit is contained in:
Timo Tijhof 2013-08-04 16:09:04 +02:00
parent cea97f763b
commit 293b707acd

View file

@ -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 );