build: Update eslint-config-wikimedia to 0.11.0
Change-Id: Ic59891fab5f8e35420bddbed34072841883fa543
This commit is contained in:
@@ -173,7 +173,8 @@
|
||||
|
||||
$imeLabel = $( '<label>' ).attr( 'for', imeId );
|
||||
|
||||
$inputMethodItem = $( '<input type="radio">' ).attr( {
|
||||
$inputMethodItem = $( '<input>' ).attr( {
|
||||
type: 'radio',
|
||||
name: 'ime',
|
||||
id: imeId,
|
||||
value: imeId
|
||||
@@ -306,7 +307,7 @@
|
||||
$button.on( 'click', buttonHandler( $button ) );
|
||||
|
||||
if ( language === selectedImeLanguage ) {
|
||||
$button.click();
|
||||
$button.trigger( 'click' );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -339,7 +340,7 @@
|
||||
.i18n()
|
||||
.text( ' ' );
|
||||
|
||||
$back.click( function () {
|
||||
$back.on( 'click', function () {
|
||||
uls.hide();
|
||||
inputSettings.$parent.show();
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user