CSS: Use pre-defined displays for html and body

Ref 60f546acb1
Ref 274feb53cc
This commit is contained in:
Oleg Gaidarenko 2014-09-03 00:11:05 +04:00
parent 274feb53cc
commit a7724186c9

View File

@ -4,7 +4,13 @@ define([
], function( jQuery ) { ], function( jQuery ) {
var iframe, 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 * Retrieve the actual display of a element