version 1.8.0

This commit is contained in:
Rene
2019-07-09 00:06:43 +02:00
parent 61e2488f06
commit 8e09c92811
7 changed files with 1458 additions and 1378 deletions
+3 -3
View File
@@ -2,13 +2,13 @@
* OverlayScrollbars * OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars * https://github.com/KingSora/OverlayScrollbars
* *
* Version: 1.7.3 * Version: 1.8.0
* *
* Copyright KingSora. * Copyright KingSora | Rene Haas.
* https://github.com/KingSora * https://github.com/KingSora
* *
* Released under the MIT license. * Released under the MIT license.
* Date: 23.06.2019 * Date: 08.07.2019
*/ */
/* /*
+3 -3
View File
File diff suppressed because one or more lines are too long
+721 -681
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
+4 -4
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name":"overlayscrollbars", "name":"overlayscrollbars",
"version":"1.7.3", "version":"1.8.0",
"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",
@@ -32,6 +32,6 @@
"scripts":{ "scripts":{
"test":"echo \"Error: no test specified\" && exit 1" "test":"echo \"Error: no test specified\" && exit 1"
}, },
"author":"Rene Haas | KingSora", "author":"KingSora | Rene Haas",
"license":"MIT" "license":"MIT"
} }