Home
last modified time | relevance | path

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

/plugin/edittable/lib/
Dhandsontable.full.js18711 var rangeBorders = { variable
18719 if (thisBorders.top == rangeBorders.top) {
18722 if (thisBorders.right == rangeBorders.right) {
18725 if (thisBorders.bottom == rangeBorders.bottom) {
18728 if (thisBorders.left == rangeBorders.left) {
/plugin/zwidoku/files/
H A Djs.js1rangeBorders={top:Math.min(range.from.row,range.to.row),bottom:Math.max(range.from.row,range.to.ro…