aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/offset.js')
-rw-r--r--src/offset.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/offset.js b/src/offset.js
index 362c1329b..fcd39ed05 100644
--- a/src/offset.js
+++ b/src/offset.js
@@ -1,5 +1,3 @@
-(function( jQuery ) {
-
var rroot = /^(?:body|html)$/i;
jQuery.fn.offset = function( options ) {
@@ -180,5 +178,3 @@ function getWindow( elem ) {
elem.defaultView || elem.parentWindow :
false;
}
-
-})( jQuery ); \ No newline at end of file