Commit 9f94f18e authored by Romain Loth's avatar Romain Loth

minor fix

parent 36cc73af
......@@ -260,8 +260,9 @@ function SelectionEngine() {
activeRelations["1|1"] = {}
for(var srcnid in theSelection) {
var bipaNeighs = TW.Relations["1|1"][theSelection[srcnid]];
for(var i in theSelection) {
let srcnid = theSelection[i]
var bipaNeighs = TW.Relations["1|1"][srcnid];
activeRelations["1|1"][srcnid] = {}
// shortcut
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment