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

@@ -13,42 +13,42 @@
contextLength: 0,
maxKeyLength: 0,
patterns: [
['a', 'ⴰ'],
['b', 'ⴱ'],
['c', 'ⵛ'],
['d', 'ⴷ'],
['D', ''],
['e', 'ⴻ'],
['f', 'ⴼ'],
['F', 'ⴼⵯ'],
['g', 'ⴳ'],
['G', 'ⴳⵯ'],
['h', 'ⵀ'],
['i', 'ⵉ'],
['j', 'ⵊ'],
['k', 'ⴽ'],
['K', 'ⴽⵯ'],
['l', 'ⵍ'],
['m', 'ⵎ'],
['n', ''],
['o', 'ⵄ'],
['p', 'ⵃ'],
['q', 'ⵇ'],
['Q', 'ⵈ'],
['r', ''],
['R', ''],
['s', 'ⵙ'],
['S', 'ⵚ'],
['t', 'ⵜ'],
['T', 'ⵟ'],
['v', 'ⵖ'],
['u', 'ⵓ'],
['w', 'ⵡ'],
['y', 'ⵢ'],
['x', 'ⵅ'],
['z', 'ⵣ'],
['Z', 'ⵥ']]
};
[ 'a', 'ⴰ' ],
[ 'b', 'ⴱ' ],
[ 'c', 'ⵛ' ],
[ 'd', 'ⴷ' ],
[ 'D', '' ],
[ 'e', 'ⴻ' ],
[ 'f', 'ⴼ' ],
[ 'F', 'ⴼⵯ' ],
[ 'g', 'ⴳ' ],
[ 'G', 'ⴳⵯ' ],
[ 'h', 'ⵀ' ],
[ 'i', 'ⵉ' ],
[ 'j', 'ⵊ' ],
[ 'k', 'ⴽ' ],
[ 'K', 'ⴽⵯ' ],
[ 'l', 'ⵍ' ],
[ 'm', 'ⵎ' ],
[ 'n', '' ],
[ 'o', 'ⵄ' ],
[ 'p', 'ⵃ' ],
[ 'q', 'ⵇ' ],
[ 'Q', 'ⵈ' ],
[ 'r', '' ],
[ 'R', '' ],
[ 's', 'ⵙ' ],
[ 'S', 'ⵚ' ],
[ 't', 'ⵜ' ],
[ 'T', 'ⵟ' ],
[ 'v', 'ⵖ' ],
[ 'u', 'ⵓ' ],
[ 'w', 'ⵡ' ],
[ 'y', 'ⵢ' ],
[ 'x', 'ⵅ' ],
[ 'z', 'ⵣ' ],
[ 'Z', 'ⵥ' ] ]
};
$.ime.register( berTfng );
}( jQuery ) );