Home
last modified time | relevance | path

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

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