Browse Source

src : Wrap everything in the same self-executing function

pull/14/head
David DeSandro 14 years ago
parent
commit
9d7a367b65
  1. 9
      jquery.isotope.js

9
jquery.isotope.js

@ -10,6 +10,9 @@
*/
(function( window, $, undefined ){
// ========================= getStyleProperty by kangax ===============================
// http://perfectionkills.com/feature-testing-css-properties/
@ -138,10 +141,6 @@ window.Modernizr = window.Modernizr || (function(window,doc,undefined){
// jQuery
(function( $, undefined ){
// ========================= isoTransform ===============================
/**
@ -1259,4 +1258,4 @@ window.Modernizr = window.Modernizr || (function(window,doc,undefined){
$.widget.bridge( 'isotope', $.Isotope );
})( jQuery );
})( window, jQuery );

Loading…
Cancel
Save