diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-23 11:35:36 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-11-23 11:35:36 +0200 |
| commit | 10a210bb8eff63568e9500251559e224a9df07ab (patch) | |
| tree | 3cd42f7b6d1ef50aee860821a1ff5bf07d05eaf1 /src/textanalysis.js | |
| parent | af20dd47d3cb254d4dd2638264fe79385a199832 (diff) | |
call graph update via presenter, rm graph obj. mangling
Diffstat (limited to 'src/textanalysis.js')
| -rw-r--r-- | src/textanalysis.js | 2 |
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) { |
