X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsupport.js;h=8e8d20e0ec0c7304f72afa728a1cee3fa183921c;hb=fde95fb5ccac0a2c303e4e8049bd3389a51ccd08;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";