Merge "ve.init.mw.ArticleTargetSaver: Fix exception when handling errors"

This commit is contained in:
jenkins-bot 2019-12-13 16:14:15 +00:00 committed by Gerrit Code Review
commit bb94043f34

View file

@ -165,6 +165,7 @@
var data,
saver = this;
options = options || {};
if ( cacheKey ) {
data = $.extend( { cachekey: cacheKey }, extraData );
} else {