summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-03 23:57:37 +0200
committerAlon Levy <alon@pobox.com>2015-03-03 23:57:37 +0200
commitbbf2cb9cdfab12d3949721a8d4c853557c5dfb84 (patch)
treef8f5f4cbd831b1ff19543bd5cdcff122121a7163 /src/client
parent6d650b2ba07078b113ddeda89d6cf15ea56cd0c2 (diff)
client/view/selection: rz_core is not updated by the initial define, remove from declaration
Diffstat (limited to 'src/client')
-rw-r--r--src/client/view/selection.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/view/selection.js b/src/client/view/selection.js
index b7c0722b..784a0e1d 100644
--- a/src/client/view/selection.js
+++ b/src/client/view/selection.js
@@ -1,5 +1,7 @@
-define(['rz_core', 'Bacon_wrapper', 'jquery', 'underscore'],
-function(rz_core, Bacon, $, _) {
+define(['Bacon_wrapper', 'jquery', 'underscore'],
+function(Bacon, $, _) {
+
+var rz_core; // circular dependency, see get_rz_core
function list_from_list_like(list_like)
{