Merge "Remove redundant initialization from LinkCache"

This commit is contained in:
jenkins-bot 2021-09-03 08:06:15 +00:00 committed by Gerrit Code Review
commit a7b3673fbd

View file

@ -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 */