Skip to content

Commit 6e7eeb6

Browse files
committed
create a result hash;
1 parent e1ef8d7 commit 6e7eeb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SunSpider/date-format-tofte.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ function run() {
297297
var shortFormat = date.formatDate("Y-m-d");
298298
var longFormat = date.formatDate("l, F d, Y g:i:s A");
299299
date.setTime(date.getTime() + 84266956);
300+
console.log(shortFormat.charCodeAt(6) , shortFormat.charCodeAt(8), longFormat.charCodeAt(10) , longFormat.charCodeAt(11) )
300301
resultHash ^= shortFormat.charCodeAt(6) | shortFormat.charCodeAt(8) << 8;
301302
resultHash ^= longFormat.charCodeAt(10) << 16 | longFormat.charCodeAt(11) << 24;
302303
}

0 commit comments

Comments
 (0)