Revision: 15411
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 5, 2009 16:08 by johnloy
Initial Code
function IEversion() {
if (document.documentMode != 8 && document.namespaces && !document.namespaces[this.ns]) {
this.IE6 = true;
this.IE7 = true;
}
else if (document.documentMode == 8) {
this.IE8 = true;
}
}
Initial URL
Initial Description
Initial Title
sniffing ie8 with js object detection
Initial Tags
javascript, textmate
Initial Language
Other