Quick typo fix

unstable
HD Moore 2012-06-25 00:41:45 -05:00
parent f7dca272b6
commit 4bd9b0c94a
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ window.os_detect.getVersion = function(){
os_flavor = "7";
os_sp = "SP1";
break;
case "1000"
case "1000":
// IE 10.0.8400.0 (Pre-release + KB2702844), Windows 8 x86 English Pre-release
ua_version = "10.0";
os_flavor = "8";