X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fdimensions.js;h=58c16af8dd625e0debc069338ffb60dbde6d50a8;hb=a44ec402771f6d622506f39073d0be260400dd21;hp=52fd0f86d39b6fcc9382c3584852a20a24bfc24e;hpb=b920f0aeb483f4565ff2f3c1d2a328d5200b23f7;p=jquery.git diff --git a/src/dimensions.js b/src/dimensions.js index 52fd0f8..58c16af 100644 --- a/src/dimensions.js +++ b/src/dimensions.js @@ -1,3 +1,5 @@ +(function( jQuery ) { + // Create innerHeight, innerWidth, outerHeight and outerWidth methods jQuery.each([ "Height", "Width" ], function( i, name ) { @@ -55,3 +57,5 @@ jQuery.each([ "Height", "Width" ], function( i, name ) { }; }); + +})( jQuery );