Skip to content

Commit

Permalink
CSS: Use pre-defined displays for html and body
Browse files Browse the repository at this point in the history
Ref 60f546a
Ref 274feb5
Ref a772418
  • Loading branch information
markelog committed Sep 2, 2014
1 parent 44c9c4f commit b05b6a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/css/defaultDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b05b6a2

Please sign in to comment.