Update jquery.ime library
Changes:
1. build: Update eslint
2. telugu jna gunintham fixes
Updating to 6d591016d2
Change-Id: I092ae22f51bb18ef5dd23f8b1552ca7ced17face
This commit is contained in:
committed by
jenkins-bot
parent
f39d684103
commit
6f1ccbd3b7
@@ -22,6 +22,7 @@
|
||||
u: 'ŭ'
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-jquery/no-each-util
|
||||
$.each( chars, function ( ascii, accented ) {
|
||||
rules.push( [ ascii + '[Xx]', ascii, accented ] );
|
||||
rules.push( [ accented + '([Xx])', '[Xx]', ascii + '$1' ] );
|
||||
|
||||
Reference in New Issue
Block a user