Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 95d3ba3

Browse files
committed
version bump 0.3.2
1 parent 4e5d951 commit 95d3ba3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/alfresco-js-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57418,7 +57418,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5741857418
case 'String':
5741957419
return String(data);
5742057420
case 'Date':
57421-
return this.parseDate(String(data));
57421+
return data ? this.parseDate(String(data)) : null;
5742257422
default:
5742357423
if (type === Object) {
5742457424
// generic object, return directly

0 commit comments

Comments
 (0)