diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-03-23 13:11:19 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-01 22:20:30 +0300 |
| commit | 84c064943da7752dee4ffa803e9ee7a3cf87f63d (patch) | |
| tree | ab14b9e6fc6706f91c67b072ea846dc9143cef8e /src/client/main.js | |
| parent | a36d9aa2b6af6255bb08f0d049712733b12be810 (diff) | |
refactor rz_core initialization:
- init()
- export via published_var_dict var
Diffstat (limited to 'src/client/main.js')
| -rw-r--r-- | src/client/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/main.js b/src/client/main.js index dd21930d..743e5837 100644 --- a/src/client/main.js +++ b/src/client/main.js @@ -49,6 +49,7 @@ function(textanalysis_ui, textanalysis, buttons, history, drag_n_drop, // TODO: interaction between the hack above and this model_core.init(rz_config); + rz_core.init(); textanalysis.init(rz_core.main_graph); search.init(); selection.setup_toolbar(rz_core.main_graph); |
