Update jquery.ime to 7572e2

Documentation, code clean ups and build updates

Change-Id: I7ce3d75345b76f2a7693b6143e013b6a8202e093
This commit is contained in:
Santhosh Thottingal
2016-04-12 10:05:15 +05:30
parent 0bf38c715f
commit 28044a6f14
134 changed files with 11484 additions and 11473 deletions

View File

@@ -10,7 +10,7 @@
author: 'John Erling Blad',
license: 'GPLv3',
version: '1.0',
//contextLength: 1,
// contextLength: 1,
maxKeyLength: 3,
patterns: [
// Uses "~" as "approximatly similar to"
@@ -20,8 +20,8 @@
[ '~C', 'Č' ],
[ '~d', 'đ' ],
[ '~D', 'Đ' ],
//[ '~ng', 'ŋ' ], // The simple ~n does not work as there is a "ñ"
//[ '~NG', 'Ŋ' ], // The simple ~N does not work as there is a "Ñ"
// [ '~ng', 'ŋ' ], // The simple ~n does not work as there is a "ñ"
// [ '~NG', 'Ŋ' ], // The simple ~N does not work as there is a "Ñ"
[ '~g', 'ŋ' ],
[ '~G', 'Ŋ' ],
[ '~s', 'š' ],