summaryrefslogtreecommitdiff
path: root/src/client/view/svg_input.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-17 08:14:04 +0200
committerAlon Levy <alon@pobox.com>2015-03-17 08:14:04 +0200
commitbf4df7f0c9898f748bce01ed237e0c52738432cf (patch)
tree58da36b7a2211fb63d459f73f4ea916980aa5e4a /src/client/view/svg_input.js
parentcb8304d24eefe57cd3ae35aa26275277af92d73d (diff)
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
Diffstat (limited to 'src/client/view/svg_input.js')
-rw-r--r--src/client/view/svg_input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/svg_input.js b/src/client/view/svg_input.js
index 1810d814..0e466c64 100644
--- a/src/client/view/svg_input.js
+++ b/src/client/view/svg_input.js
@@ -1,4 +1,4 @@
-define(['jquery', 'Bacon_wrapper', 'consts', 'model/diff', 'rz_bus', 'consts'],
+define(['jquery', 'Bacon', 'consts', 'model/diff', 'rz_bus', 'consts'],
function($, Bacon, consts, model_diff, rz_bus, consts)
{
var svg_input_fo_node_y = '-.70em',