Skip to content

Commit 9c4a7bd

Browse files
committed
fix missing param
1 parent ced9d02 commit 9c4a7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jqClock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ if (!Number.prototype.map) {
871871
//IF A TIMESTAMP HAS BEEN PASSED IN
872872
if (options.timestamp != "localsystime") {
873873
if ( seemsToBePHPTimestamp( options, sysDateObj ) ) {
874-
options = normalizePHPTimestamp( options );
874+
options = normalizePHPTimestamp( options, sysDateObj );
875875
}
876876
else {
877877
options.sysdiff = options.timestamp - sysDateObj.getTime();

0 commit comments

Comments
 (0)