mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-05 03:08:37 +00:00
Merge "Remove redundant initialization from LinkCache"
This commit is contained in:
commit
a7b3673fbd
|
@ -16,10 +16,6 @@
|
|||
ve.init.mw.LinkCache = function VeInitMwLinkCache() {
|
||||
// Parent constructor
|
||||
ve.init.mw.LinkCache.super.apply( this, arguments );
|
||||
|
||||
// Keys are page names, values are link data objects
|
||||
// This is kept for synchronous retrieval of cached values via #getCached
|
||||
this.cacheValues = {};
|
||||
};
|
||||
|
||||
/* Inheritance */
|
||||
|
|
Loading…
Reference in a new issue