mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-18 19:00:37 +03:00
version 1.7.1
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+3
-3
File diff suppressed because one or more lines are too long
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+1
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user