Home
last modified time | relevance | path

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

/plugin/moaieditor/scripts/match/
Dmatch_headers.js95 var leftNodeNeighbor = this.getNeighbor(this.nodes, idx_node-d);
96 var leftTextNeighbor = this.getNeighbor(this.candidates, idx_text-d);
100 var rightNodeNeighbor = this.getNeighbor(this.nodes, idx_node+d);
101 var rightTextNeighbor = this.getNeighbor(this.candidates, idx_text+d);
125 getNeighbor (array, idx) { method in MoaiEditor.MatchHeaders