diff options
| -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 f34b330f..da166ad4 100644 --- a/scripts/drag_n_drop.js +++ b/scripts/drag_n_drop.js @@ -1,4 +1,4 @@ -define(['jquery', 'jquery-ui', 'rz_core'], function($, __unused_jqueryui, rz_core) { +define(['jquery', 'rz_core'], function($, rz_core) { function init() { console.log('rhizi: init drag-n-drop'); |
