Use now() in support.js instead of getTime.

This commit is contained in:
jeresig 2009-12-03 13:59:19 -05:00
parent 8a33a855b5
commit c2ebd09826

View file

@ -5,7 +5,7 @@
var root = document.documentElement,
script = document.createElement("script"),
div = document.createElement("div"),
id = "script" + (new Date).getTime();
id = "script" + now();
div.style.display = "none";
div.innerHTML = ' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.55;">a</a><select><option>text</option></select>';