Browse Source

src : no deep extending options

pull/96/head
David DeSandro 14 years ago
parent
commit
598b410052
  1. 4
      jquery.isotope.js
  2. 4
      jquery.isotope.min.js

4
jquery.isotope.js

@ -1,5 +1,5 @@
/**
* Isotope v1.4.110630
* Isotope v1.4.110720
* An exquisite jQuery plugin for magical layouts
* http://isotope.metafizzy.co
*
@ -334,7 +334,7 @@
// sets up widget
_create : function( options ) {
this.options = $.extend( true, {}, $.Isotope.settings, options );
this.options = $.extend( {}, $.Isotope.settings, options );
this.styleQueue = [];
this.elemCount = 0;

4
jquery.isotope.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save