summaryrefslogtreecommitdiff
path: root/src/client/view/selection.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-02-15 14:37:21 +0200
committerAlon Levy <alon@pobox.com>2015-02-15 14:37:21 +0200
commit36c660f308c22f7341bdb16bf172ad576b039129 (patch)
tree5d7d377bf0dbe8f54d3d53293b6216bf912b046e /src/client/view/selection.js
parent9953fee405a6fa48ad756a0bd495f2f235313497 (diff)
client/view/selection: try to avoid asEventStream not being defined (doesn't work)
Diffstat (limited to 'src/client/view/selection.js')
-rw-r--r--src/client/view/selection.js4
1 files changed, 2 insertions, 2 deletions
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() {
}