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/model/graph.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/model/graph.js') diff --git a/src/client/model/graph.js b/src/client/model/graph.js index 4feb8a52..5d1647e2 100644 --- a/src/client/model/graph.js +++ b/src/client/model/graph.js @@ -1,7 +1,7 @@ "use strict" -define(['underscore', 'Bacon', 'consts', 'util', 'model/core', 'model/util', 'model/diff', 'rz_api_backend', 'rz_api_mesh', 'history'], -function (_, Bacon, consts, util, model_core, model_util, model_diff, rz_api_backend, rz_api_mesh, history) { +define(['underscore', 'Bacon_wrapper', 'consts', 'util', 'model/core', 'model/util', 'model/diff', 'rz_api_backend', 'rz_api_mesh', 'history'], +function (_, Bacon, consts, util, model_core, model_util, model_diff, rz_api_backend, rz_api_mesh, history) { var debug = false; -- cgit v1.3.1