a build with babel updated
This commit is contained in:
parent
5cdddd3e32
commit
c1bb18055e
@ -1105,10 +1105,10 @@ var mailgoStyle = function mailgoStyle() {
|
|||||||
|
|
||||||
|
|
||||||
function mailgo(mailgoConfig) {
|
function mailgo(mailgoConfig) {
|
||||||
var _ref2;
|
var _window;
|
||||||
|
|
||||||
// set the global config merging window mailgConfig and mailgoConfig passed as a parameter
|
// set the global config merging window mailgConfig and mailgoConfig passed as a parameter
|
||||||
config = _objectSpread(_objectSpread({}, mailgoConfig), ((_ref2 = window) === null || _ref2 === void 0 ? void 0 : _ref2.mailgoConfig) || null); // if the window is defined...
|
config = _objectSpread(_objectSpread({}, mailgoConfig), ((_window = window) === null || _window === void 0 ? void 0 : _window.mailgoConfig) || null); // if the window is defined...
|
||||||
|
|
||||||
if (window && typeof window !== "undefined") {
|
if (window && typeof window !== "undefined") {
|
||||||
var _config12;
|
var _config12;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user