mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "Update VE core submodule to master (c8e22de61)"
This commit is contained in:
commit
357bda995f
2
lib/ve
2
lib/ve
|
@ -1 +1 @@
|
|||
Subproject commit 236effcd710784763aa8b18293b1e84ac2c65636
|
||||
Subproject commit c8e22de6140ad66b58bd227d73f3f34067da486d
|
|
@ -79,7 +79,7 @@ ve.init.mw.Platform.prototype.getMessage = mw.msg.bind( mw );
|
|||
* @inheritdoc
|
||||
*/
|
||||
ve.init.mw.Platform.prototype.getHtmlMessage = function () {
|
||||
return mw.message.apply( mw.message, arguments ).parseDom();
|
||||
return mw.message.apply( mw.message, arguments ).parseDom().toArray();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue