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/dimensions.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/dimensions.js')
-rw-r--r-- | src/dimensions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dimensions.js b/src/dimensions.js index 4dd154467..f052b5505 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 +} |