Update jquery.ime from upstream
Update to:
35c7df6049
jquery.uls was updated in I245b4dd68151d9d680368d0cc5750cee4a167f50
Bug: T355104
Change-Id: I49d806c8fbfbede0e8071d31eec39099ed63d1d2
This commit is contained in:
@@ -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 */
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user