mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
Merge "ve.init.mw.ArticleTargetSaver: Fix exception when handling errors"
This commit is contained in:
commit
bb94043f34
|
@ -165,6 +165,7 @@
|
|||
var data,
|
||||
saver = this;
|
||||
|
||||
options = options || {};
|
||||
if ( cacheKey ) {
|
||||
data = $.extend( { cachekey: cacheKey }, extraData );
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue