Update jquery.ime from upstream

* Correct rule for letter 'ж' on Serbian keyboard

Updating to
01628102d3

Bug: T115704
Change-Id: Ifbd23cddaa2fa66ea3f54112750be7affb862dbf
This commit is contained in:
petarpetkovic
2018-05-28 14:03:36 +02:00
committed by jenkins-bot
parent 908b18315d
commit e6540fba0c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20180519 /*! jquery.ime - v0.2.0+20180528
* https://github.com/wikimedia/jquery.ime * https://github.com/wikimedia/jquery.ime
* Copyright (c) 2018 Santhosh Thottingal; License: (GPL-2.0+ OR MIT) */ * Copyright (c) 2018 Santhosh Thottingal; License: (GPL-2.0+ OR MIT) */
( function ( $ ) { ( function ( $ ) {

View File

@@ -71,7 +71,7 @@
[ ':', 'Ч' ], [ ':', 'Ч' ],
[ '\'', 'ћ' ], [ '\'', 'ћ' ],
[ '\"', 'Ћ' ], [ '\"', 'Ћ' ],
[ '\\', 'ж' ], [ '\\\\', 'ж' ],
[ '\\|', 'Ж' ], [ '\\|', 'Ж' ],
[ 'z', 'ѕ' ], [ 'z', 'ѕ' ],
[ 'Z', 'Ѕ' ], [ 'Z', 'Ѕ' ],