Skip to content

Commit e1eeaf3

Browse files
committed
Updated build
1 parent 8163f4d commit e1eeaf3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/logger.min-umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/utils-umd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function deepCopy() {
195195

196196
// CONCATENATED MODULE: ./core/isDefined.js
197197
function isDefined(data) {
198-
return !(data === null || data === undefined || data === "");
198+
return !(data == null || data === "");
199199
}
200200

201201

build/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function deepCopy() {
186186

187187
// CONCATENATED MODULE: ./core/isDefined.js
188188
function isDefined(data) {
189-
return !(data === null || data === undefined || data === "");
189+
return !(data == null || data === "");
190190
}
191191

192192

build/utils.min-umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)