Update jquery.ime from upstream

version: v0.1.0+20131019 (commit: 4ac70e0047)
upstream: https://github.com/wikimedia/jquery.ime

Changes:
* Language tags are case insensitive now
* Fixes to Hindi and Persian input methods
* Shift modifier key support
* Misc CSS fixes

Bug: 54117
Change-Id: I581a1006c34fd86372facdae85ea48b4ed1ffc2c
This commit is contained in:
Santhosh Thottingal
2013-10-19 17:22:22 +05:30
parent 6a08a6d216
commit cc413a3a4d
4 changed files with 43 additions and 8 deletions

View File

@@ -155,7 +155,11 @@
['m', '…'],
[',', ','],
['\\.', '\''],
['/', '?']
['/', '?'],
[' ', '\xa0']
],
patterns_shift: [
[' ', '\u200c']
]
};