fixes test runner for IE8

This commit is contained in:
Thomas Aylott
2013-12-04 17:13:01 -05:00
parent 09bdcefd4f
commit 60f2e45d2d

View File

@@ -24,7 +24,7 @@
urls.unshift('../node_modules/es5-shim/es5-shim.js');
}
var cacheBust = '?_=' + Date.now().toString(36);
var cacheBust = '?_=' + (+new Date).toString(36);
for (var urls_index = -1, urls_length = urls.length; ++urls_index < urls_length;) {
document.write('<script src="' + urls[urls_index] + cacheBust + '"><\/script>');