assets/theme/j1/modules/js-cookies/js/js.cookie.js in j1-template-2024.3.13 vs assets/theme/j1/modules/js-cookies/js/js.cookie.js in j1-template-2024.3.14
- old
+ new
@@ -1,15 +1,15 @@
/*! js-cookie v3.0.5 | MIT */
-;
-(function (global, factory) {
+;(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, (function () {
var current = global.Cookies;
var exports = global.Cookies = factory();
exports.noConflict = function () { global.Cookies = current; return exports; };
})());
-})(this, (function () { 'use strict';
+})(this, (function () {
+ "use strict";
/* eslint-disable no-var */
function assign (target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];