Home
last modified time | relevance | path

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

/plugin/edittable/lib/
Dhandsontable.full.js18705 var thisBorders = { 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.js1thisBorders={top:Math.min(this.from.row,this.to.row),bottom:Math.max(this.from.row,this.to.row),le…