Commit b276cb07 authored by Romain Loth's avatar Romain Loth

main: need Project and currentRDocsDBs (re-)init

parent c00c5309
...@@ -320,7 +320,10 @@ function mainStartGraph(inFormat, inData, twInstance) { ...@@ -320,7 +320,10 @@ function mainStartGraph(inFormat, inData, twInstance) {
TW.Edges = []; TW.Edges = [];
TW.ByType = {} // node ids sorted by nodetype id (0, 1) TW.ByType = {} // node ids sorted by nodetype id (0, 1)
TW.Relations = {} // edges sorted by source/target type id ("00", "11") TW.Relations = {} // edges sorted by source/target type id ("00", "11")
TW.Facets = []; // "by value" facet index built in parseCustom TW.Facets = []; // "by value" facet index built in parseCustom
TW.Project = null
TW.currentRelDocsDBs = {}
TW.partialGraph = null // will contain the sigma visible graph instance TW.partialGraph = null // will contain the sigma visible graph instance
......
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