Skip to content

Commit

Permalink
Dev: Build new version of embeddables assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Höck committed Feb 16, 2022
1 parent 59b1e89 commit 88fce73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions assets/packages/embeddables/build/embeddables.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function (factory) {
typeof define === 'function' && define.amd ? define(factory) :
factory();
}((function () { 'use strict';
})((function () { 'use strict';

var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

Expand All @@ -11,7 +11,7 @@

var embedo = createCommonjsModule(function (module) {
(function (root, factory) {
if ( module.exports) {
if (module.exports) {
module.exports = factory();
} else if (root) {
root.Embedo = window.Embedo = factory();
Expand Down Expand Up @@ -1920,4 +1920,4 @@
});
});

})));
}));

0 comments on commit 88fce73

Please sign in to comment.