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/rz_bus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/rz_bus.js') diff --git a/src/client/rz_bus.js b/src/client/rz_bus.js index 444573a4..4ff82d9d 100644 --- a/src/client/rz_bus.js +++ b/src/client/rz_bus.js @@ -1,6 +1,6 @@ "use strict" -define(['consts', 'Bacon'], +define(['consts', 'Bacon_wrapper'], function(consts, Bacon) { var ui_key_bus = new Bacon.Bus(), -- cgit v1.3.1