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

Loading…
Cancel
Save