summaryrefslogtreecommitdiff
path: root/src/textanalysis.js
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-23 11:35:36 +0200
committerLV-426 <lv-426@taproot.org.il>2014-11-23 11:35:36 +0200
commit10a210bb8eff63568e9500251559e224a9df07ab (patch)
tree3cd42f7b6d1ef50aee860821a1ff5bf07d05eaf1 /src/textanalysis.js
parentaf20dd47d3cb254d4dd2638264fe79385a199832 (diff)
call graph update via presenter, rm graph obj. mangling
Diffstat (limited to 'src/textanalysis.js')
-rw-r--r--src/textanalysis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textanalysis.js b/src/textanalysis.js
index e5b95f22..d69ad507 100644
--- a/src/textanalysis.js
+++ b/src/textanalysis.js
@@ -443,7 +443,7 @@ var textAnalyser = function (newtext, finalize) {
}
// UPDATE GRAPH ONCE
- graph.update(!finalize && comp.graph_same);
+ rz_core.update_view__graph(!finalize && comp.graph_same);
};
if (finalize) {