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:
@@ -155,7 +155,11 @@
|
||||
['m', '…'],
|
||||
[',', ','],
|
||||
['\\.', '\''],
|
||||
['/', '?']
|
||||
['/', '?'],
|
||||
[' ', '\xa0']
|
||||
],
|
||||
patterns_shift: [
|
||||
[' ', '\u200c']
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user