Commit b276cb07 authored by Romain Loth's avatar Romain Loth

main: need Project and currentRDocsDBs (re-)init

parent c00c5309
...@@ -322,6 +322,9 @@ function mainStartGraph(inFormat, inData, twInstance) { ...@@ -322,6 +322,9 @@ function mainStartGraph(inFormat, inData, twInstance) {
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
TW.labels=[]; // fulltext search list TW.labels=[]; // fulltext search list
......
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