mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-17 16:10:36 +03:00
25 lines
648 B
JavaScript
25 lines
648 B
JavaScript
var OverlayScrollbars = function (exports, not_png, j) {
|
|
'use strict';
|
|
|
|
not_png = not_png && Object.prototype.hasOwnProperty.call(not_png, 'default') ? not_png['default'] : not_png;
|
|
j = j && Object.prototype.hasOwnProperty.call(j, 'default') ? j['default'] : j;
|
|
var abc = 'abc';
|
|
var a = 1 + 1;
|
|
var file = {
|
|
a: a
|
|
};
|
|
var a$1 = 'a';
|
|
var b = 'b';
|
|
var c = 'c';
|
|
var index = j('div');
|
|
exports.not = not_png;
|
|
exports.a = a$1;
|
|
exports.abc = abc;
|
|
exports.b = b;
|
|
exports.c = c;
|
|
exports.default = index;
|
|
exports.file = file;
|
|
return exports;
|
|
}({}, not_png, jQuery);
|
|
//# sourceMappingURL=overlayscrollbars-jquery.js.map
|