diff options
Diffstat (limited to 'src/client/view')
| -rw-r--r-- | src/client/view/selection.js | 6 |
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) { |
