From bbf2cb9cdfab12d3949721a8d4c853557c5dfb84 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 3 Mar 2015 23:57:37 +0200 Subject: client/view/selection: rz_core is not updated by the initial define, remove from declaration --- src/client/view/selection.js | 6 ++++-- 1 file 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) { -- cgit v1.3.1