Skip to content

Commit 77ae097

Browse files
author
Albert González
committed
v4.5.3
1 parent db331cf commit 77ae097

File tree

6 files changed

+29
-47
lines changed

6 files changed

+29
-47
lines changed

dist/easytimer.js

Lines changed: 16 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* easytimer.js
3-
* Generated: 2021-09-24
4-
* Version: 4.5.1
3+
* Generated: 2022-02-12
4+
* Version: 4.5.3
55
*/
66

77
(function (global, factory) {
@@ -15,34 +15,22 @@
1515

1616
if (Object.getOwnPropertySymbols) {
1717
var symbols = Object.getOwnPropertySymbols(object);
18-
19-
if (enumerableOnly) {
20-
symbols = symbols.filter(function (sym) {
21-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
22-
});
23-
}
24-
25-
keys.push.apply(keys, symbols);
18+
enumerableOnly && (symbols = symbols.filter(function (sym) {
19+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
20+
})), keys.push.apply(keys, symbols);
2621
}
2722

2823
return keys;
2924
}
3025

3126
function _objectSpread2(target) {
3227
for (var i = 1; i < arguments.length; i++) {
33-
var source = arguments[i] != null ? arguments[i] : {};
34-
35-
if (i % 2) {
36-
ownKeys(Object(source), true).forEach(function (key) {
37-
_defineProperty(target, key, source[key]);
38-
});
39-
} else if (Object.getOwnPropertyDescriptors) {
40-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
41-
} else {
42-
ownKeys(Object(source)).forEach(function (key) {
43-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
44-
});
45-
}
28+
var source = null != arguments[i] ? arguments[i] : {};
29+
i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
30+
_defineProperty(target, key, source[key]);
31+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
32+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
33+
});
4634
}
4735

4836
return target;
@@ -51,17 +39,11 @@
5139
function _typeof(obj) {
5240
"@babel/helpers - typeof";
5341

54-
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
55-
_typeof = function (obj) {
56-
return typeof obj;
57-
};
58-
} else {
59-
_typeof = function (obj) {
60-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
61-
};
62-
}
63-
64-
return _typeof(obj);
42+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
43+
return typeof obj;
44+
} : function (obj) {
45+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
46+
}, _typeof(obj);
6547
}
6648

6749
function _defineProperty(obj, key, value) {

dist/easytimer.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/examples.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)