diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-03 23:57:37 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-03 23:57:37 +0200 |
| commit | bbf2cb9cdfab12d3949721a8d4c853557c5dfb84 (patch) | |
| tree | f8f5f4cbd831b1ff19543bd5cdcff122121a7163 /src | |
| parent | 6d650b2ba07078b113ddeda89d6cf15ea56cd0c2 (diff) | |
client/view/selection: rz_core is not updated by the initial define, remove from declaration
Diffstat (limited to 'src')
| -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) { |
