summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/UniversalLanguageSelector/lib/jquery.ime/rules/cyrl/cyrl-palochka.js')
-rw-r--r--MLEB/UniversalLanguageSelector/lib/jquery.ime/rules/cyrl/cyrl-palochka.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/MLEB/UniversalLanguageSelector/lib/jquery.ime/rules/cyrl/cyrl-palochka.js b/MLEB/UniversalLanguageSelector/lib/jquery.ime/rules/cyrl/cyrl-palochka.js
index 36046e99..a08d4975 100644
--- a/MLEB/UniversalLanguageSelector/lib/jquery.ime/rules/cyrl/cyrl-palochka.js
+++ b/MLEB/UniversalLanguageSelector/lib/jquery.ime/rules/cyrl/cyrl-palochka.js
@@ -20,13 +20,13 @@
'use strict';
var cyrlPalochka,
- // All the characters are very similar in appearance,
- // so it's better to give them names to avoid confusion.
- latinSmallL = 'l',
- latinCapitalI = 'I',
- ukrainianCapitalI = 'І',
- palochka = 'Ӏ',
- digitOne = '1';
+ // All the characters are very similar in appearance,
+ // so it's better to give them names to avoid confusion.
+ latinSmallL = 'l',
+ latinCapitalI = 'I',
+ ukrainianCapitalI = 'І',
+ palochka = 'Ӏ',
+ digitOne = '1';
cyrlPalochka = {
id: 'cyrl-palochka',
@@ -45,13 +45,13 @@
[ latinSmallL, palochka ],
[ latinCapitalI, palochka ],
[ ukrainianCapitalI, palochka ]
- ],
+ ],
patterns_x: [
[ digitOne, palochka ],
[ 'д', palochka ],
[ 'ш', palochka ],
[ 'Ш', palochka ]
- ]
+ ]
};
$.ime.register( cyrlPalochka );