diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-04-30 19:35:17 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-04-30 19:35:17 +0000 |
commit | bd4154879270c872e331054a9c481ca0d318517c (patch) | |
tree | 42c628fe5fbb3b54e3fa0f3c2cb3f02dc1c5a4ec /src/offset.js | |
parent | cd455eeba7ef754f35a36b10ca27a31c14bb8a1f (diff) | |
download | jquery-bd4154879270c872e331054a9c481ca0d318517c.tar.gz jquery-bd4154879270c872e331054a9c481ca0d318517c.zip |
core: make sure all source files end with a single blank line.
Diffstat (limited to 'src/offset.js')
-rw-r--r-- | src/offset.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/offset.js b/src/offset.js index 23923c354..07a55cd33 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 +}); |