Skip to content

Commit a61a39c

Browse files
committed
Date/time fixes
1 parent c344c4c commit a61a39c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/easycoder-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/easycoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,7 @@ const EasyCoder_Core = {
27582758
};
27592759
} else {
27602760
var timestamp = null;
2761-
if (compiler.nextTokenIs(`of`)) {
2761+
if (compiler.tokenIs(`of`)) {
27622762
timestamp = compiler.getNextValue();
27632763
}
27642764
return {

js/easycoder/Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,7 @@ const EasyCoder_Core = {
27582758
};
27592759
} else {
27602760
var timestamp = null;
2761-
if (compiler.nextTokenIs(`of`)) {
2761+
if (compiler.tokenIs(`of`)) {
27622762
timestamp = compiler.getNextValue();
27632763
}
27642764
return {

0 commit comments

Comments
 (0)