From bf4df7f0c9898f748bce01ed237e0c52738432cf Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 17 Mar 2015 08:14:04 +0200 Subject: client: Bacon/jquery dependency: use shim add shim requirement for Bacon to have jquery loaded first, since Bacon patches in asEventStream (and other APIs). Undo the Bacon_wrapper non fix: git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done --- src/client/textanalysis.ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/textanalysis.ui.js') diff --git a/src/client/textanalysis.ui.js b/src/client/textanalysis.ui.js index 50cabdd1..d5345c43 100644 --- a/src/client/textanalysis.ui.js +++ b/src/client/textanalysis.ui.js @@ -1,6 +1,6 @@ "use strict" -define(['jquery', 'Bacon_wrapper', 'consts', 'rz_bus', 'rz_core', 'textanalysis', 'util', 'view/textanalyser_input'], +define(['jquery', 'Bacon', 'consts', 'rz_bus', 'rz_core', 'textanalysis', 'util', 'view/textanalyser_input'], function($, Bacon , consts , rz_bus , rz_core , textanalysis , util, textanalyser_input) { var element_name = '#textanalyser', -- cgit v1.3.1