Update jquery.ime from upstream

Fixes the positioning of the menu if there is not enough space
in the left side.

Bug: 41738
Change-Id: I64d40acb41559b0b6376c03a4076d17dcedbc466
This commit is contained in:
Santhosh Thottingal
2013-04-03 11:11:20 +05:30
committed by Gerrit Code Review
parent 38e1ab2e5d
commit d3ce43b1d7
5 changed files with 42 additions and 16 deletions

View File

@@ -93,7 +93,7 @@
['w', 'ৈ'],
['x', 'ং'],
['y', 'ব']
],
],
patterns_x: [
['\\!', '৴'],
['1', ''],

View File

@@ -108,7 +108,7 @@
['\\>', '\u104B'],
['/', '/'],
['\\?', '?']
],
],
patterns_x: [
['`', '`'],
['\\~', '~'],

View File

@@ -10,7 +10,7 @@
license: 'GPLv3',
version: '1.0',
patterns: [
['!', '!'],
['!', '!'],
['1', '۱'],
['\\@', ''],
['2', '۲'],
@@ -104,7 +104,7 @@
['\\^', 'ۖ'],
['\\&', 'ٔ'],
['\\*', 'ٌ']]
};
};
$.ime.register( urPhonetic );
}( jQuery ) );