summaryrefslogtreecommitdiff
path: root/scripts/drag_n_drop.js
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-10 16:09:54 +0200
committerLV-426 <lv-426@taproot.org.il>2014-11-10 16:09:54 +0200
commitba6e95f3d76b84571ef2cf016b26fc98b2d75c43 (patch)
tree1306ea732317d1e0a9bab8852b5dc0ca1bfb3a38 /scripts/drag_n_drop.js
parent0fed1a74d549ff6c84e162c3f4a3605848727dd8 (diff)
rename rhizicore -> rz_core, move towards common rz_ prefix
Diffstat (limited to 'scripts/drag_n_drop.js')
-rw-r--r--scripts/drag_n_drop.js2
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');