Skip to content

Commit 60f2e45

Browse files
fixes test runner for IE8
1 parent 09bdcef commit 60f2e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
urls.unshift('../node_modules/es5-shim/es5-shim.js');
2525
}
2626

27-
var cacheBust = '?_=' + Date.now().toString(36);
27+
var cacheBust = '?_=' + (+new Date).toString(36);
2828

2929
for (var urls_index = -1, urls_length = urls.length; ++urls_index < urls_length;) {
3030
document.write('<script src="' + urls[urls_index] + cacheBust + '"><\/script>');

0 commit comments

Comments
 (0)