From: Scott González Date: Wed, 30 Apr 2008 19:35:17 +0000 (+0000) Subject: core: make sure all source files end with a single blank line. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=bd4154879270c872e331054a9c481ca0d318517c core: make sure all source files end with a single blank line. --- diff --git a/src/dimensions.js b/src/dimensions.js index 4dd1544..f052b55 100644 --- a/src/dimensions.js +++ b/src/dimensions.js @@ -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 +} diff --git a/src/offset.js b/src/offset.js index 23923c3..07a55cd 100644 --- a/src/offset.js +++ b/src/offset.js @@ -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 +}); diff --git a/src/selector.js b/src/selector.js index f88f7e9..bfd8bef 100644 --- a/src/selector.js +++ b/src/selector.js @@ -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; } }); - -