diff --git a/isotope.js b/isotope.js index c450b4a..bfb13a4 100644 --- a/isotope.js +++ b/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];