Home
last modified time | relevance | path

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

/plugin/edittable/script/
H A Deditor.js140 var lastselect = { row: 0, col: 0 }; class in edittable.loadEditor
488 var v = r - lastselect.row;
496 var h = c - lastselect.col;
535 lastselect.row = r;
536 lastselect.col = c;