Update jquery.ime to 7572e2
Documentation, code clean ups and build updates Change-Id: I7ce3d75345b76f2a7693b6143e013b6a8202e093
This commit is contained in:
@@ -13,18 +13,18 @@
|
||||
contextLength: 0,
|
||||
maxKeyLength: 2,
|
||||
patterns: [
|
||||
['\\.a', 'å'],
|
||||
['\\.A', 'Å'],
|
||||
[':a', 'ä'],
|
||||
[':A', 'Ä'],
|
||||
[':o', 'ö'],
|
||||
[':O', 'Ö'],
|
||||
['shh', 'š'],
|
||||
['Shh', 'Š'],
|
||||
['\\.e', '€']
|
||||
[ '\\.a', 'å' ],
|
||||
[ '\\.A', 'Å' ],
|
||||
[ ':a', 'ä' ],
|
||||
[ ':A', 'Ä' ],
|
||||
[ ':o', 'ö' ],
|
||||
[ ':O', 'Ö' ],
|
||||
[ 'shh', 'š' ],
|
||||
[ 'Shh', 'Š' ],
|
||||
[ '\\.e', '€' ]
|
||||
],
|
||||
patterns_x: [
|
||||
['e', '€']
|
||||
[ 'e', '€' ]
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user