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