diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-11 01:42:03 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 14:30:09 +0200 |
| commit | 59e74397322c65faa8035964783d2fe36fbb4d33 (patch) | |
| tree | afa888b26cbc8b7abdb0f1764f49d6902db774cd /scripts/drag_n_drop.js | |
| parent | 78ab7cdc00f46e389cb2e2bbf9b35704fad2756b (diff) | |
drag_n_drop - rm unused module dependency: jquery-ui
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 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'); |
