Fixed an issue with domManip where the incorrect clone fragments were being used...
[jquery.git] / src / dimensions.js
index 44ba357..bcef47f 100644 (file)
@@ -20,8 +20,4 @@ jQuery.each([ "Height", "Width" ], function(i, name){
                                num(this, "margin" + tl) + num(this, "margin" + br) : 0);
        };
 
-});
-
-function num(elem, prop) {
-       return elem[0] && parseInt( jQuery.curCSS(elem[0], prop, true), 10 ) || 0;
-}
+});
\ No newline at end of file