mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 06:49:39 +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
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Vendored
+2
-2
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) {
|
||||
@@ -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
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"keywords":[
|
||||
"overlayscrollbars",
|
||||
|
||||
Reference in New Issue
Block a user