summaryrefslogtreecommitdiff
path: root/src/client/view/svg_input.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-01 11:50:11 +0200
committerAlon Levy <alon@pobox.com>2015-03-01 11:50:11 +0200
commit4a34fd6e0a9bbab85b6728288fb8e1a87e7171a7 (patch)
tree459be824996467698524203809f53a9e8b0388e0 /src/client/view/svg_input.js
parent2c7b698707ea7bcb894cb3254bb55d94e468b0de (diff)
client: add Bacon_wrapper, use instead of Bacon; forced loading of jquery before Bacon
Diffstat (limited to 'src/client/view/svg_input.js')
-rw-r--r--src/client/view/svg_input.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/view/svg_input.js b/src/client/view/svg_input.js
index 6318dca7..6320156e 100644
--- a/src/client/view/svg_input.js
+++ b/src/client/view/svg_input.js
@@ -1,5 +1,5 @@
-define(['jquery', 'Bacon', 'model/diff', 'rz_bus', 'consts'],
-function($, Bacon, model_diff, rz_bus, consts)
+define(['jquery', 'Bacon_wrapper', 'model/diff', 'rz_bus', 'consts'],
+function($, Bacon, model_diff, rz_bus, consts)
{
var svg_input_fo_node_y = '-.70em',
svg_input_fo_height = '30px';