X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fsupport.js;h=8e8d20e0ec0c7304f72afa728a1cee3fa183921c;hb=5e2163085cd210767d93416d78b2dc47c8abd912;hp=9d5558f396a81864b269e0fd8d76b0c326833ed4;hpb=542099a278e79dce38e814e7e7b448a1b73df82f;p=jquery.git diff --git a/src/support.js b/src/support.js index 9d5558f..8e8d20e 100644 --- a/src/support.js +++ b/src/support.js @@ -81,6 +81,7 @@ // Figure out if the W3C box model works as expected // document.body must exist before we can do this + // TODO: This timeout is temporary until I move ready into core.js. jQuery(function(){ var div = document.createElement("div"); div.style.width = div.style.paddingLeft = "1px";