Browse Source

src : white space for global closure

pull/14/head
David DeSandro 14 years ago
parent
commit
820216890e
  1. 20
      jquery.isotope.js

20
jquery.isotope.js

@ -13,10 +13,10 @@
(function( window, $, undefined ){ (function( window, $, undefined ){
// ========================= getStyleProperty by kangax =============================== // ========================= getStyleProperty by kangax ===============================
// http://perfectionkills.com/feature-testing-css-properties/ // http://perfectionkills.com/feature-testing-css-properties/
var getStyleProperty = (function(){ var getStyleProperty = (function(){
var prefixes = ['Moz', 'Webkit', 'Khtml', 'O', 'Ms']; var prefixes = ['Moz', 'Webkit', 'Khtml', 'O', 'Ms'];
var _cache = { }; var _cache = { };
@ -50,12 +50,12 @@ var getStyleProperty = (function(){
} }
return getStyleProperty; return getStyleProperty;
}()); }());
// ========================= miniModernizr =============================== // ========================= miniModernizr ===============================
// <3<3<3 and thanks to Faruk and Paul for doing the heavy lifting // <3<3<3 and thanks to Faruk and Paul for doing the heavy lifting
/*! /*!
* Modernizr v1.6ish: miniModernizr for Isotope * Modernizr v1.6ish: miniModernizr for Isotope
* http://www.modernizr.com * http://www.modernizr.com
* *
@ -69,12 +69,12 @@ var getStyleProperty = (function(){
*/ */
/* /*
* This version whittles down the script just to check support for * This version whittles down the script just to check support for
* CSS transitions, transforms, and 3D transforms. * CSS transitions, transforms, and 3D transforms.
*/ */
window.Modernizr = window.Modernizr || (function(window,doc,undefined){ window.Modernizr = window.Modernizr || (function(window,doc,undefined){
var version = '1.6ish: miniModernizr for Isotope', var version = '1.6ish: miniModernizr for Isotope',
miniModernizr = {}, miniModernizr = {},
@ -137,7 +137,7 @@ window.Modernizr = window.Modernizr || (function(window,doc,undefined){
return miniModernizr; return miniModernizr;
}(this,this.document)); }(this,this.document));

Loading…
Cancel
Save