diff options
author | Valerio Virgillito | 2012-02-14 00:25:45 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-14 00:25:45 -0800 |
commit | 0eb739ab722ea768ab0fa1c5de0ee09ed1a576ea (patch) | |
tree | a2c02a6447705e87e22e013db792473a9a54adef /js/ninja.reel/ninja.html | |
parent | 081f17954c735fc8b946d72a25b0ee60d370ef9b (diff) | |
download | ninja-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.html | 1 |
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"}, |