diff options
author | Valerio Virgillito | 2012-03-16 15:41:26 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-16 15:41:26 -0700 |
commit | d1243d98d2f517055437cc67e963528771aa4c4b (patch) | |
tree | 1903375db7b84c4fe80170c0653d8d2181f38dda /js/panels/Components/ComponentsPanelBase.reel | |
parent | 8b6dc6097fbd974df5363a72756de649794363b6 (diff) | |
download | ninja-d1243d98d2f517055437cc67e963528771aa4c4b.tar.gz |
fixing the components drag and drop.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/Components/ComponentsPanelBase.reel')
-rwxr-xr-x | js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js index b6bee37d..b4eec771 100755 --- a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js +++ b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.js | |||
@@ -118,7 +118,7 @@ var ComponentsPanelBase = exports.ComponentsPanelBase = Montage.create(Component | |||
118 | didCreate: { | 118 | didCreate: { |
119 | value: function() { | 119 | value: function() { |
120 | // Setup the drop delegate | 120 | // Setup the drop delegate |
121 | // this.application.ninja.dragDropMediator.dropDelegate = this; | 121 | this.application.ninja.dragDropMediator.dropDelegate = this; |
122 | // Loop through the component and load the JSON data for them | 122 | // Loop through the component and load the JSON data for them |
123 | this._loadComponents(); | 123 | this._loadComponents(); |
124 | } | 124 | } |