diff options
Diffstat (limited to 'scripts/drag_n_drop.js')
| -rw-r--r-- | scripts/drag_n_drop.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/drag_n_drop.js b/scripts/drag_n_drop.js index 0f16c6fd..1669a58a 100644 --- a/scripts/drag_n_drop.js +++ b/scripts/drag_n_drop.js @@ -1,4 +1,4 @@ -define('drag_n_drop', ['jquery', 'jquery-ui', 'rhizicore'], function($, __unused_jqueryui, RZ) { +define('drag_n_drop', ['jquery', 'jquery-ui', 'rz_core'], function($, __unused_jqueryui, RZ) { function init() { console.log('rhizi: init drag-n-drop'); |
