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:
Santhosh Thottingal
2020-01-06 11:49:49 +05:30
committed by jenkins-bot
parent f39d684103
commit 6f1ccbd3b7
4 changed files with 43 additions and 41 deletions

View File

@@ -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' ] );