mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-18 04:30:36 +03:00
Version 1.2.2
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
* OverlayScrollbars
|
* OverlayScrollbars
|
||||||
* https://github.com/KingSora/OverlayScrollbars
|
* https://github.com/KingSora/OverlayScrollbars
|
||||||
*
|
*
|
||||||
* Version: 1.2.1
|
* Version: 1.2.2
|
||||||
*
|
*
|
||||||
* Copyright KingSora.
|
* Copyright KingSora.
|
||||||
* https://github.com/KingSora
|
* https://github.com/KingSora
|
||||||
*
|
*
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* Date: 10.01.2018
|
* Date: 23.01.2018
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
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.2.1
|
* Version: 1.2.2
|
||||||
*
|
*
|
||||||
* Copyright KingSora.
|
* Copyright KingSora.
|
||||||
* https://github.com/KingSora
|
* https://github.com/KingSora
|
||||||
*
|
*
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* Date: 10.01.2018
|
* Date: 23.01.2018
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function (global, factory) {
|
(function (global, factory) {
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
else if (typeof exports === 'object')
|
else if (typeof exports === 'object')
|
||||||
module.exports = factory(global, global.document, undefined);
|
module.exports = factory(global, global.document, undefined);
|
||||||
else
|
else
|
||||||
factory(global, global.document, undefined, jQuery);
|
factory(global, global.document, undefined);
|
||||||
}(this, (function(window, document, undefined, jQuery) {
|
}(this, (function(window, document, undefined) {
|
||||||
'use-strict';
|
'use-strict';
|
||||||
var PLUGINNAME = "OverlayScrollbars";
|
var PLUGINNAME = "OverlayScrollbars";
|
||||||
var COMPATIBILITY = {
|
var COMPATIBILITY = {
|
||||||
|
|||||||
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.2.1
|
* Version: 1.2.2
|
||||||
*
|
*
|
||||||
* Copyright KingSora.
|
* Copyright KingSora.
|
||||||
* https://github.com/KingSora
|
* https://github.com/KingSora
|
||||||
*
|
*
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* Date: 10.01.2018
|
* Date: 23.01.2018
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function (global, factory) {
|
(function (global, factory) {
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
else if (typeof exports === 'object')
|
else if (typeof exports === 'object')
|
||||||
module.exports = factory(global, global.document, undefined, require('jquery'));
|
module.exports = factory(global, global.document, undefined, require('jquery'));
|
||||||
else
|
else
|
||||||
factory(global, global.document, undefined, jQuery);
|
factory(global, global.document, undefined, global.jQuery);
|
||||||
}(this, (function(window, document, undefined, jQuery) {
|
}(this, (function(window, document, undefined, jQuery) {
|
||||||
'use-strict';
|
'use-strict';
|
||||||
var PLUGINNAME = "OverlayScrollbars";
|
var PLUGINNAME = "OverlayScrollbars";
|
||||||
|
|||||||
Vendored
+3
-3
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user