Land #5566, @wchen-r7 fixes #5565 modifying os.js

This commit is contained in:
jvazquez-r7 2015-06-19 11:07:00 -05:00
commit d116f1efd5
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -1027,7 +1027,7 @@ os_detect.getVersion = function(){
}
switch (navigator.appMinorVersion){
case ";SP2;":
ua_version += ";SP2";
os_sp = "SP2";
break;
}
}