Skip to content

Commit 63e4db5

Browse files
author
Marco
committed
test case enhancements for temporalData and temporalDataUser
1 parent 090c262 commit 63e4db5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/snippets/suffix-global.js.snippet

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
onLookUp();
4444
}
4545
};
46+
Breinify.temporalDataUser = function (user, timezone, localDateTime, sign, onReady) {
47+
if (typeof onReady === 'function') {
48+
onReady();
49+
}
50+
}
51+
Breinify.temporalData = function (user, timezone, localDateTime, sign, onReady) {
52+
if (typeof onReady === 'function') {
53+
onReady();
54+
}
55+
};
4656
Breinify.unixTimestamp = function () {
4757
return Math.floor(new Date().getTime() / 1000);
4858
};

0 commit comments

Comments
 (0)