Update jquery.ime to v0.1.0+20150429
Bug: T88279 Change-Id: I89642bedd7b4bd7bebe45bc2ff3265f060adf6b1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*! jquery.ime - v0.1.0+20150106
|
/*! jquery.ime - v0.1.0+20150429
|
||||||
* https://github.com/wikimedia/jquery.ime
|
* https://github.com/wikimedia/jquery.ime
|
||||||
* Copyright (c) 2015 Santhosh Thottingal; Licensed GPL, MIT */
|
* Copyright (c) 2015 Santhosh Thottingal; Licensed GPL, MIT */
|
||||||
( function ( $ ) {
|
( function ( $ ) {
|
||||||
@@ -535,6 +535,7 @@
|
|||||||
end: end
|
end: end
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
rangy.init();
|
||||||
selection = rangy.getSelection();
|
selection = rangy.getSelection();
|
||||||
range = selection.getRangeAt( 0 );
|
range = selection.getRangeAt( 0 );
|
||||||
|
|
||||||
@@ -599,7 +600,10 @@
|
|||||||
end = 0,
|
end = 0,
|
||||||
foundStart = false,
|
foundStart = false,
|
||||||
foundEnd = false,
|
foundEnd = false,
|
||||||
sel = rangy.getSelection();
|
sel;
|
||||||
|
|
||||||
|
rangy.init();
|
||||||
|
sel = rangy.getSelection();
|
||||||
|
|
||||||
function traverseTextNodes( node, range ) {
|
function traverseTextNodes( node, range ) {
|
||||||
var i, childNodesCount;
|
var i, childNodesCount;
|
||||||
@@ -2039,6 +2043,13 @@
|
|||||||
name: 'ఇన్\u200dస్క్రిప్ట్ 2',
|
name: 'ఇన్\u200dస్క్రిప్ట్ 2',
|
||||||
source: 'rules/te/te-inscript2.js'
|
source: 'rules/te/te-inscript2.js'
|
||||||
},
|
},
|
||||||
|
'te-apple': {
|
||||||
|
name: 'ఆపిల్',
|
||||||
|
source: 'rules/te/te-apple.js'
|
||||||
|
},'te-modular': {
|
||||||
|
name: 'మాడ్యులర్',
|
||||||
|
source: 'rules/te/te-modular.js'
|
||||||
|
},
|
||||||
'te-transliteration': {
|
'te-transliteration': {
|
||||||
name: 'లిప్యంతరీకరణ',
|
name: 'లిప్యంతరీకరణ',
|
||||||
source: 'rules/te/te-transliteration.js'
|
source: 'rules/te/te-transliteration.js'
|
||||||
@@ -2456,7 +2467,7 @@
|
|||||||
},
|
},
|
||||||
'te': {
|
'te': {
|
||||||
autonym: 'తెలుగు',
|
autonym: 'తెలుగు',
|
||||||
inputmethods: [ 'te-transliteration', 'te-inscript', 'te-inscript2' ]
|
inputmethods: [ 'te-transliteration', 'te-inscript', 'te-inscript2', 'te-apple', 'te-modular' ]
|
||||||
},
|
},
|
||||||
'th': {
|
'th': {
|
||||||
autonym: 'ไทย',
|
autonym: 'ไทย',
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
['ལc', 'l', 'ལྕ'],
|
['ལc', 'l', 'ལྕ'],
|
||||||
['ལj', 'l', 'ལྗ'],
|
['ལj', 'l', 'ལྗ'],
|
||||||
['ལt', 'l', 'ལྟ'],
|
['ལt', 'l', 'ལྟ'],
|
||||||
['ལd', 'l', 'སྡ'],
|
['ལd', 'l', 'ལྡ'],
|
||||||
['ལp', 'l', 'ལྤ'],
|
['ལp', 'l', 'ལྤ'],
|
||||||
['ལb', 'l', 'ལྦ'],
|
['ལb', 'l', 'ལྦ'],
|
||||||
['ལh', 'l', 'ལྷ'],
|
['ལh', 'l', 'ལྷ'],
|
||||||
|
|||||||
Reference in New Issue
Block a user