X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Foffset.js;h=07a55cd33aa24d2aefc1b6f480f3ce674d6c2303;hb=bd4154879270c872e331054a9c481ca0d318517c;hp=23923c3540401a0c0ff6c1c7caf3c2ff03a23857;hpb=cd455eeba7ef754f35a36b10ca27a31c14bb8a1f;p=jquery.git 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 +});