Home
last modified time | relevance | path

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

/plugin/rater/scripts/
H A Djquery.tablesorter.js685 function getCellIndex(aCell) { argument
686 aRow = aCell.parentNode;
688 if (aRow.cells[i] == aCell) return i;