aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2012-06-04 12:48:18 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-06-04 12:48:18 -0400
commit7c23b77af2477417205fda9bde5208a81e57e40e (patch)
treed325a34f92a4792fc5ee6aee8266b86bd0e25a98 /src/offset.js
parent9a3046c3752b80da7526dce34968b8422f3d92f8 (diff)
downloadjquery-7c23b77af2477417205fda9bde5208a81e57e40e.tar.gz
jquery-7c23b77af2477417205fda9bde5208a81e57e40e.zip
Strips IIFEs from modules; Always require built jQuery for tests.
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