Browse Source

_itemize

pull/563/head
David DeSandro 12 years ago
parent
commit
d374440e2a
  1. 4
      isotope.js

4
isotope.js

@ -57,8 +57,8 @@ function isotopeDefinition( Outlayer, getSize, matchesSelector, Item, layoutMode
Outlayer.prototype.reloadItems.call( this );
};
Isotope.prototype._getItems = function() {
var items = Outlayer.prototype._getItems.apply( this, arguments );
Isotope.prototype._itemize = function() {
var items = Outlayer.prototype._itemize.apply( this, arguments );
// assign ID for original-order
for ( var i=0, len = items.length; i < len; i++ ) {
var item = items[i];

Loading…
Cancel
Save