Searched refs:getSortable (Results 1 – 2 of 2) sorted by relevance
27 return function(comparator, getSortable) { argument28 getSortable = getSortable || function() { return this; };30 var sortElement = getSortable.call(this),54 placements[i].call(getSortable.call(this));
982 return function(comparator, getSortable) {984 getSortable = getSortable || function(){return this;};988 var sortElement = getSortable.call(this),1017 placements[i].call(getSortable.call(this));