aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-14 00:25:45 -0800
committerValerio Virgillito2012-02-14 00:25:45 -0800
commit0eb739ab722ea768ab0fa1c5de0ee09ed1a576ea (patch)
treea2c02a6447705e87e22e013db792473a9a54adef /js/ninja.reel/ninja.html
parent081f17954c735fc8b946d72a25b0ee60d370ef9b (diff)
downloadninja-0eb739ab722ea768ab0fa1c5de0ee09ed1a576ea.tar.gz
Add support for drag and drop for the components.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rw-r--r--js/ninja.reel/ninja.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index c8625159..6daa75de 100644
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -276,6 +276,7 @@
276 "stage": {"@": "stage1"}, 276 "stage": {"@": "stage1"},
277 "settings": {"@": "settings1"}, 277 "settings": {"@": "settings1"},
278 "elementMediator": {"@": "elementMediator"}, 278 "elementMediator": {"@": "elementMediator"},
279 "dragDropMediator": {"@": "dragDropMediator"},
279 "undocontroller": {"@": "undocontroller1"}, 280 "undocontroller": {"@": "undocontroller1"},
280 "selectionController": {"@": "selectionController1"}, 281 "selectionController": {"@": "selectionController1"},
281 "documentController": {"@": "documentController1"}, 282 "documentController": {"@": "documentController1"},