1
0
mirror of synced 2024-11-22 04:56:08 +03:00
This commit is contained in:
Min ho Kim 2019-07-21 02:42:18 +10:00 committed by Kevin Brown
parent bd7ac9df03
commit 9c4f0c86a1
2 changed files with 2 additions and 2 deletions

View File

@ -6411,7 +6411,7 @@ S2.define('select2/selection/stopPropagation',[
deltaY = 0;
}
// Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatabilitiy
// Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatibility
delta = deltaY === 0 ? deltaX : deltaY;
// New school wheel delta (wheel event)

View File

@ -1,5 +1,5 @@
define(function () {
// Ukranian
// Ukrainian
function ending (count, one, couple, more) {
if (count % 100 > 10 && count % 100 < 15) {
return more;