mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
MWExtension describeChanges: Actually return value of parent
Bug: T161357 Change-Id: I7a81ab68dc2f632bd6f380caafef2cba326ad0ef
This commit is contained in:
parent
ae59abc35e
commit
d50f49de82
|
@ -151,7 +151,7 @@ ve.dm.MWExtensionNode.static.describeChanges = function ( attributeChanges, chan
|
||||||
) ];
|
) ];
|
||||||
}
|
}
|
||||||
// Parent method
|
// Parent method
|
||||||
ve.dm.MWExtensionNode.super.static.describeChange.apply( this, arguments );
|
return ve.dm.MWExtensionNode.super.static.describeChange.apply( this, arguments );
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Methods */
|
/* Methods */
|
||||||
|
|
Loading…
Reference in a new issue