diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-15 14:37:21 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-15 14:37:21 +0200 |
| commit | 36c660f308c22f7341bdb16bf172ad576b039129 (patch) | |
| tree | 5d7d377bf0dbe8f54d3d53293b6216bf912b046e /src/client/view/selection.js | |
| parent | 9953fee405a6fa48ad756a0bd495f2f235313497 (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.js | 4 |
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() { } |
