Version 1.2.2

This commit is contained in:
Rene Haas
2018-01-23 14:28:14 +01:00
parent db732debe5
commit c64a3e6ebb
6 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -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
*/
/*
+2 -2
View File
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -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 = {
+3 -3
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -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";
+3 -3
View File
File diff suppressed because one or more lines are too long