From 10a210bb8eff63568e9500251559e224a9df07ab Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 23 Nov 2014 11:35:36 +0200 Subject: call graph update via presenter, rm graph obj. mangling --- src/textanalysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textanalysis.js') 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) { -- cgit v1.3.1