mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
No ticket. Correct a support comment. (cherry-picked from f92a446ee8
)
This commit is contained in:
parent
78a80c37a7
commit
f5f36dbd89
@ -1049,9 +1049,9 @@ asyncTest( "Make sure initialized display value for disconnected nodes is correc
|
|||||||
jQuery._removeData( jQuery("#display")[ 0 ] );
|
jQuery._removeData( jQuery("#display")[ 0 ] );
|
||||||
});
|
});
|
||||||
|
|
||||||
// Support: IE, Firefox < 22, Safari
|
// Support: Safari
|
||||||
// We have to jump through the hoops here in order to test work with "order" CSS property,
|
// We have to jump through the hoops here in order to test work with "order" CSS property,
|
||||||
// that some browsers do not support, this test is not, strictly speaking, correct,
|
// that some browsers do not support. This test is not, strictly speaking, correct,
|
||||||
// but it's the best that we can do.
|
// but it's the best that we can do.
|
||||||
(function() {
|
(function() {
|
||||||
var style = document.createElement( "div" ).style,
|
var style = document.createElement( "div" ).style,
|
||||||
|
Loading…
Reference in New Issue
Block a user