diff options
author | Valerio Virgillito | 2012-03-06 14:44:36 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-03-06 14:44:36 -0800 |
commit | 4f498b43264327f5886e0370bd3536453d47570a (patch) | |
tree | 8c116c891ebd622982b62e28139f9618a3583963 /js/panels/Components/ComponentsPanelBase.reel | |
parent | 1cd89d4d06e3a8f2c221628b19cf26a2c69f5d3f (diff) | |
parent | bd205dcf488ed160d4de33cbb15a528404fe86ef (diff) | |
download | ninja-4f498b43264327f5886e0370bd3536453d47570a.tar.gz |
Merge pull request #98 from mencio/panels
Panels - removing repetition from the panel container and using a static list of panels.
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 b4eec771..b6bee37d 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 | } |