core: make sure all source files end with a single blank line.
[jquery.git] / src / dimensions.js
index 4dd1544..f052b55 100644 (file)
@@ -25,4 +25,4 @@ jQuery.each([ "Height", "Width" ], function(i, name){
 function num(elem, prop) {
        elem = elem.jquery ? elem[0] : elem;
        return elem && parseInt( jQuery.curCSS(elem, prop, true), 10 ) || 0;
-}
\ No newline at end of file
+}