diff --git a/jquery.isotope.js b/jquery.isotope.js index 77381ef..96464d2 100644 --- a/jquery.isotope.js +++ b/jquery.isotope.js @@ -536,7 +536,8 @@ // used on all the filtered atoms _sort : function() { - var sortBy = this.options.sortBy, + var instance = this, + sortBy = this.options.sortBy, getSorter = this._getSorter, sortDir = this.options.sortAscending ? 1 : -1, sortFn = function( alpha, beta ) {