lockandload
Advanced tools
Comparing version 2.2.2 to 2.2.3
// License: ISC OR GPL-3.0 | ||
!function(W,D,F,X,M,L,R) // lockandload v2.1: boilerplate AMD-loader | ||
{ "use strict"; // Copyright (c) 2018 <srb@cuci.nl> | ||
!function(W,D,F,X,M,L,R) // lockandload v2.2: boilerplate AMD-loader | ||
{ "use strict"; // Copyright (c) 2022 <srb@cuci.nl> | ||
W.dataLayer=[{"gtm.start":Date.now(),event:"gtm.js"}]; R[X]=R[M]=R; | ||
@@ -33,6 +33,6 @@ var reqcnt = 2; | ||
} | ||
(W.define=E).amd={lockandload:E||"v2.1, Copyright (c) 2018 <srb@cuci.nl>"}; | ||
(W.define=E).amd={lockandload:E||"v2.2, Copyright (c) 2022 <srb@cuci.nl>"}; | ||
W[F]=function(d,f){ E(1,d,f); }; | ||
E.S=[0]; W.$$=function(f){ E.S.push(f); }; | ||
E.S=[0]; W.$$=function(f){ E.S.push(f); E.S[0]&&f(1); }; | ||
E.Q=[]; W.$=function(f){ E.Q.push(f); }; | ||
}(window,document,"require","exports","module",{},{}); |
// License: ISC OR GPL-3.0 | ||
!function(W,D,F,X,M,L,R) // lockandload v2.1: boilerplate AMD-loader | ||
{ "use strict"; // Copyright (c) 2018 <srb@cuci.nl> | ||
!function(W,D,F,X,M,L,R) // lockandload v2.2: boilerplate AMD-loader | ||
{ "use strict"; // Copyright (c) 2022 <srb@cuci.nl> | ||
W.dataLayer=[{"gtm.start":Date.now(),event:"gtm.js"}]; R[X]=R[M]=R; | ||
@@ -24,6 +24,6 @@ function E(n,d,f,j) | ||
} | ||
(W.define=E).amd={lockandload:E||"v2.1, Copyright (c) 2018 <srb@cuci.nl>"}; | ||
(W.define=E).amd={lockandload:E||"v2.2, Copyright (c) 2022 <srb@cuci.nl>"}; | ||
W[F]=function(d,f){ E(1,d,f); }; | ||
E.S=[0]; W.$$=function(f){ E.S.push(f); }; | ||
E.S=[0]; W.$$=function(f){ E.S.push(f); E.S[0]&&f(1); }; | ||
E.Q=[]; W.$=function(f){ E.Q.push(f); }; | ||
}(window,document,"require","exports","module",{},{}); |
{ | ||
"name": "lockandload", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Minimalist AMD-compliant Javascript and CSS loader", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47140