diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-10 16:09:54 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-11-10 16:09:54 +0200 |
| commit | ba6e95f3d76b84571ef2cf016b26fc98b2d75c43 (patch) | |
| tree | 1306ea732317d1e0a9bab8852b5dc0ca1bfb3a38 /scripts/textanalysis.ui.js | |
| parent | 0fed1a74d549ff6c84e162c3f4a3605848727dd8 (diff) | |
rename rhizicore -> rz_core, move towards common rz_ prefix
Diffstat (limited to 'scripts/textanalysis.ui.js')
| -rw-r--r-- | scripts/textanalysis.ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/textanalysis.ui.js b/scripts/textanalysis.ui.js index 503e5796..946ce0d5 100644 --- a/scripts/textanalysis.ui.js +++ b/scripts/textanalysis.ui.js @@ -1,6 +1,6 @@ "use strict" -define('textanalysis.ui', ['autocomplete', 'rhizicore', 'textanalysis', 'signal', 'consts'], +define('textanalysis.ui', ['autocomplete', 'rz_core', 'textanalysis', 'signal', 'consts'], function(autocomplete, RZ, textanalysis, signal, consts) { var text = ""; // Last text of sentence var element_name = '#textanalyser'; |
