From 4a34fd6e0a9bbab85b6728288fb8e1a87e7171a7 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 1 Mar 2015 11:50:11 +0200 Subject: client: add Bacon_wrapper, use instead of Bacon; forced loading of jquery before Bacon --- src/client/view/bubble.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/client/view/bubble.js') diff --git a/src/client/view/bubble.js b/src/client/view/bubble.js index 02f5a73a..17998694 100644 --- a/src/client/view/bubble.js +++ b/src/client/view/bubble.js @@ -1,4 +1,6 @@ -define(["jquery", "Bacon"], function ($, Bacon) { +define(["jquery", "Bacon_wrapper"], +function ($, Bacon) +{ function Bubble(raw_parent, radius) { var xmlns = "http://www.w3.org/2000/svg"; var g = document.createElementNS(xmlns, 'g'); -- cgit v1.3.1