Merge branch 'master' of github.com:jquery/jquery
[jquery.git] / src / support.js
index 9d5558f..8e8d20e 100644 (file)
@@ -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";