aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2008-04-30 19:35:17 +0000
committerScott González <scott.gonzalez@gmail.com>2008-04-30 19:35:17 +0000
commitbd4154879270c872e331054a9c481ca0d318517c (patch)
tree42c628fe5fbb3b54e3fa0f3c2cb3f02dc1c5a4ec /src/offset.js
parentcd455eeba7ef754f35a36b10ca27a31c14bb8a1f (diff)
downloadjquery-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.js2
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
+});