From ba6e95f3d76b84571ef2cf016b26fc98b2d75c43 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 10 Nov 2014 16:09:54 +0200 Subject: rename rhizicore -> rz_core, move towards common rz_ prefix --- scripts/drag_n_drop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/drag_n_drop.js') 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'); -- cgit v1.3.1