Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat

This commit is contained in:
Michał Gołębiowski
2014-11-04 16:16:36 +01:00
parent e81b258ace
commit c309b95756
3 changed files with 3 additions and 3 deletions

View File

@@ -2655,7 +2655,7 @@ if ( !(/firefox/i.test( window.navigator.userAgent )) ) {
$text = jQuery("#text1"),
$radio = jQuery("#radio1").trigger("focus");
// IE6-10 fire focus/blur events asynchronously; this is the resulting mess.
// IE8-10 fire focus/blur events asynchronously; this is the resulting mess.
// IE's browser window must be topmost for this to work properly!!
stop();
$radio[0].focus();