core: make sure all source files end with a single blank line.
authorScott González <scott.gonzalez@gmail.com>
Wed, 30 Apr 2008 19:35:17 +0000 (19:35 +0000)
committerScott González <scott.gonzalez@gmail.com>
Wed, 30 Apr 2008 19:35:17 +0000 (19:35 +0000)
src/dimensions.js
src/offset.js
src/selector.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
+}
index 23923c3..07a55cd 100644 (file)
@@ -162,4 +162,4 @@ jQuery.each( ['Left', 'Top'], function(i, name) {
                                        document.body[ 'scroll' + name ] :
                                this[0][ 'scroll' + name ];
        };
-});
\ No newline at end of file
+});
index f88f7e9..bfd8bef 100644 (file)
@@ -1,4 +1,3 @@
-
 var chars = jQuery.browser.safari && parseInt(jQuery.browser.version) < 417 ?
                "(?:[\\w*_-]|\\\\.)" :
                "(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",
@@ -449,5 +448,3 @@ jQuery.extend({
                return r;
        }
 });
-
-