mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
CSS: Use pre-defined displays for html and body
Ref60f546acb1
Ref274feb53cc
This commit is contained in:
parent
274feb53cc
commit
a7724186c9
@ -4,7 +4,13 @@ define([
|
||||
], function( jQuery ) {
|
||||
|
||||
var iframe,
|
||||
elemdisplay = {};
|
||||
elemdisplay = {
|
||||
|
||||
// Support: Firefox
|
||||
// We have to pre-define this values for FF (#10227)
|
||||
HTML: "block",
|
||||
BODY: "block"
|
||||
};
|
||||
|
||||
/**
|
||||
* Retrieve the actual display of a element
|
||||
|
Loading…
Reference in New Issue
Block a user