Update jquery.ime from upstream and a fix in default preferences
Default preferences are kept while loading from localstorage. It may be empty first time. Handling that case. Change-Id: If5780006120e401a4df1171146760692b8963363
This commit is contained in:
committed by
Gerrit Code Review
parent
66b2badb5c
commit
5cbad377e0
@@ -9,8 +9,8 @@
|
||||
author: 'Pathak A B',
|
||||
license: 'GPLv3',
|
||||
version: '1.0',
|
||||
contextLength: 4,
|
||||
maxKeyLength: 2,
|
||||
contextLength: 2,
|
||||
maxKeyLength: 4,
|
||||
patterns: [
|
||||
['च्h', 'c', 'च्'], // ch
|
||||
['च्h', 'ch', 'छ्'], // chh
|
||||
|
||||
Reference in New Issue
Block a user