diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-01 11:50:11 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-01 11:50:11 +0200 |
| commit | 4a34fd6e0a9bbab85b6728288fb8e1a87e7171a7 (patch) | |
| tree | 459be824996467698524203809f53a9e8b0388e0 /src/client/textanalysis.ui.js | |
| parent | 2c7b698707ea7bcb894cb3254bb55d94e468b0de (diff) | |
client: add Bacon_wrapper, use instead of Bacon; forced loading of jquery before Bacon
Diffstat (limited to 'src/client/textanalysis.ui.js')
| -rw-r--r-- | src/client/textanalysis.ui.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/textanalysis.ui.js b/src/client/textanalysis.ui.js index 943c4a0f..be84398e 100644 --- a/src/client/textanalysis.ui.js +++ b/src/client/textanalysis.ui.js @@ -1,7 +1,7 @@ "use strict" -define(['jquery', 'Bacon', 'consts', 'rz_bus', 'rz_core', 'textanalysis', 'view/completer', 'util'], -function($, Bacon, consts, rz_bus, rz_core, textanalysis, completer, util) { +define(['jquery', 'Bacon_wrapper', 'consts', 'rz_bus', 'rz_core', 'textanalysis', 'view/completer', 'util'], +function($, Bacon , consts , rz_bus , rz_core , textanalysis , completer , util) { var text = "", // Last text of sentence element_name = '#textanalyser', |
