mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-09 02:02:28 +03:00
version 1.7.1
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
* OverlayScrollbars
|
||||
* https://github.com/KingSora/OverlayScrollbars
|
||||
*
|
||||
* Version: 1.7.0
|
||||
* Version: 1.7.1
|
||||
*
|
||||
* Copyright KingSora.
|
||||
* https://github.com/KingSora
|
||||
*
|
||||
* Released under the MIT license.
|
||||
* Date: 18.04.2019
|
||||
* Date: 22.05.2019
|
||||
*/
|
||||
|
||||
(function (global, factory) {
|
||||
@@ -5688,7 +5688,7 @@
|
||||
//check operator
|
||||
if (rawScroll[strLength] > 2) {
|
||||
possibleOperator = rawScroll.substr(0, 2);
|
||||
if($.inArray(possibleOperator, coordinatesOperators) > -1)
|
||||
if(FRAMEWORK.inArray(possibleOperator, coordinatesOperators) > -1)
|
||||
operator = possibleOperator;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+3
-3
File diff suppressed because one or more lines are too long
@@ -2,13 +2,13 @@
|
||||
* OverlayScrollbars
|
||||
* https://github.com/KingSora/OverlayScrollbars
|
||||
*
|
||||
* Version: 1.7.0
|
||||
* Version: 1.7.1
|
||||
*
|
||||
* Copyright KingSora.
|
||||
* https://github.com/KingSora
|
||||
*
|
||||
* Released under the MIT license.
|
||||
* Date: 18.04.2019
|
||||
* Date: 22.05.2019
|
||||
*/
|
||||
|
||||
(function (global, factory) {
|
||||
@@ -4611,7 +4611,7 @@
|
||||
//check operator
|
||||
if (rawScroll[strLength] > 2) {
|
||||
possibleOperator = rawScroll.substr(0, 2);
|
||||
if($.inArray(possibleOperator, coordinatesOperators) > -1)
|
||||
if(FRAMEWORK.inArray(possibleOperator, coordinatesOperators) > -1)
|
||||
operator = possibleOperator;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+3
-3
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user