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:
Santhosh Thottingal
2012-10-25 17:18:42 +05:30
committed by Gerrit Code Review
parent 66b2badb5c
commit 5cbad377e0
9 changed files with 26 additions and 32 deletions

View File

@@ -10,8 +10,8 @@
author: 'Junaid P V',
license: 'GPLv3',
version: '1.0',
contextLength: 2,
maxKeyLength: 0,
contextLength: 0,
maxKeyLength: 2,
patterns: [
['`', '\u0DCA\u200D\u0DBB'],
['~', '\u0DBB\u0DCA\u200D'],
@@ -43,7 +43,7 @@
['l', 'ක'],
[';', 'ත'],
['\'', '.'],
['z', '\''],
['z', '\''],
['x', ''],
['c', 'ජ'],
['v', 'ඩ'],