mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 09:26:37 +00:00
Update VE core submodule to master (b1617fdca)
New changes: d4a21a7e7 Localisation updates from https://translatewiki.net. 0e99d907a Update OOUI to v0.36.0 c422b8313 Localisation updates from https://translatewiki.net. b1617fdca Update OOUI to v0.36.1 Local changes: * Rename onLookupMenuItemChoose → onLookupMenuChoose (deprecated in OOUI v0.36.0) Change-Id: If66f3f16c0e882e99b0d768a3cf4170d24e7093e
This commit is contained in:
parent
1d3386b8ac
commit
60721584fe
2
lib/ve
2
lib/ve
|
@ -1 +1 @@
|
||||||
Subproject commit 3b3dcad84297804611534b499bdc050444599cb2
|
Subproject commit b1617fdca51f87e002a70c6a3b8eba0a2ad846d3
|
|
@ -227,7 +227,7 @@ ve.ui.MWCategoryInputWidget.prototype.getLookupMenuOptionsFromData = function (
|
||||||
/**
|
/**
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
*/
|
*/
|
||||||
ve.ui.MWCategoryInputWidget.prototype.onLookupMenuItemChoose = function ( item ) {
|
ve.ui.MWCategoryInputWidget.prototype.onLookupMenuChoose = function ( item ) {
|
||||||
this.emit( 'choose', item );
|
this.emit( 'choose', item );
|
||||||
|
|
||||||
// Reset input
|
// Reset input
|
||||||
|
|
Loading…
Reference in a new issue