From 36c660f308c22f7341bdb16bf172ad576b039129 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 15 Feb 2015 14:37:21 +0200 Subject: client/view/selection: try to avoid asEventStream not being defined (doesn't work) --- src/client/view/selection.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/view/selection.js b/src/client/view/selection.js index f465e983..d91bafbd 100644 --- a/src/client/view/selection.js +++ b/src/client/view/selection.js @@ -1,5 +1,5 @@ -define(['rz_core', 'Bacon', 'underscore'], -function(rz_core, Bacon, _) { +define(['rz_core', 'Bacon', 'jquery', 'underscore'], +function(rz_core, Bacon, $, _) { function Selection() { } -- cgit v1.3.1