version 1.7.1

This commit is contained in:
Rene
2019-05-22 20:29:47 +02:00
parent 8e658d46e2
commit 448ddca92e
7 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
* OverlayScrollbars * OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars * https://github.com/KingSora/OverlayScrollbars
* *
* Version: 1.7.0 * Version: 1.7.1
* *
* Copyright KingSora. * Copyright KingSora.
* https://github.com/KingSora * https://github.com/KingSora
* *
* Released under the MIT license. * Released under the MIT license.
* Date: 18.04.2019 * Date: 22.05.2019
*/ */
/* /*
+2 -2
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -2,13 +2,13 @@
* OverlayScrollbars * OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars * https://github.com/KingSora/OverlayScrollbars
* *
* Version: 1.7.0 * Version: 1.7.1
* *
* Copyright KingSora. * Copyright KingSora.
* https://github.com/KingSora * https://github.com/KingSora
* *
* Released under the MIT license. * Released under the MIT license.
* Date: 18.04.2019 * Date: 22.05.2019
*/ */
(function (global, factory) { (function (global, factory) {
@@ -5688,7 +5688,7 @@
//check operator //check operator
if (rawScroll[strLength] > 2) { if (rawScroll[strLength] > 2) {
possibleOperator = rawScroll.substr(0, 2); possibleOperator = rawScroll.substr(0, 2);
if($.inArray(possibleOperator, coordinatesOperators) > -1) if(FRAMEWORK.inArray(possibleOperator, coordinatesOperators) > -1)
operator = possibleOperator; operator = possibleOperator;
} }
+3 -3
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -2,13 +2,13 @@
* OverlayScrollbars * OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars * https://github.com/KingSora/OverlayScrollbars
* *
* Version: 1.7.0 * Version: 1.7.1
* *
* Copyright KingSora. * Copyright KingSora.
* https://github.com/KingSora * https://github.com/KingSora
* *
* Released under the MIT license. * Released under the MIT license.
* Date: 18.04.2019 * Date: 22.05.2019
*/ */
(function (global, factory) { (function (global, factory) {
@@ -4611,7 +4611,7 @@
//check operator //check operator
if (rawScroll[strLength] > 2) { if (rawScroll[strLength] > 2) {
possibleOperator = rawScroll.substr(0, 2); possibleOperator = rawScroll.substr(0, 2);
if($.inArray(possibleOperator, coordinatesOperators) > -1) if(FRAMEWORK.inArray(possibleOperator, coordinatesOperators) > -1)
operator = possibleOperator; operator = possibleOperator;
} }
+3 -3
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name":"overlayscrollbars", "name":"overlayscrollbars",
"version":"1.7.0", "version":"1.7.1",
"description":"A javascript scrollbar plugin which hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.", "description":"A javascript scrollbar plugin which hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
"keywords":[ "keywords":[
"overlayscrollbars", "overlayscrollbars",