Update jquery.ime from upstream

Update to:
35c7df6049

jquery.uls was updated in I245b4dd68151d9d680368d0cc5750cee4a167f50

Bug: T355104
Change-Id: I49d806c8fbfbede0e8071d31eec39099ed63d1d2
This commit is contained in:
Abijeet
2024-01-22 14:56:16 +05:30
committed by jenkins-bot
parent 48de278a85
commit 46d59295c8
7 changed files with 27 additions and 25 deletions

View File

@@ -61,6 +61,7 @@
maxKeyLength: 5,
patterns: [
/* eslint-disable max-statements-per-line */
/* eslint-disable brace-style */
[ ' ', function () { reinit(); return '་'; } ],
[ '\\.', function () { reinit(); return ' '; } ],
[ ',', function () { reinit(); return '།'; } ],
@@ -183,6 +184,7 @@
[ '8', function () { reinit(); return '༨'; } ],
[ '9', function () { reinit(); return '༩'; } ]
/* eslint-enable max-statements-per-line */
/* eslint-enable brace-style */
]
};