Home
last modified time | relevance | path

Searched refs:getSortable (Results 1 – 2 of 2) sorted by relevance

/plugin/strata/
Dscript.js27 return function(comparator, getSortable) { argument
28 getSortable = getSortable || function() { return this; };
30 var sortElement = getSortable.call(this),
54 placements[i].call(getSortable.call(this));
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
Dcombined.js982 return function(comparator, getSortable) {
984 getSortable = getSortable || function(){return this;};
988 var sortElement = getSortable.call(this),
1017 placements[i].call(getSortable.call(this));