summaryrefslogtreecommitdiff
path: root/web-ui/app/js/page/pane_contract_expand.js
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2015-09-16 14:59:09 -0300
committerGiovane <giovaneliberato@gmail.com>2015-09-16 18:39:30 -0300
commit6d0f97b677704b8dc04aa70f32a85660df4f1822 (patch)
tree86bad223d8910513aca3bea53009d9d959173cdf /web-ui/app/js/page/pane_contract_expand.js
parent9f5885fc7fc725e8541bf2b0cd60527d3b96b87e (diff)
#442 Renames open feedback box event.
Diffstat (limited to 'web-ui/app/js/page/pane_contract_expand.js')
-rw-r--r--web-ui/app/js/page/pane_contract_expand.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/page/pane_contract_expand.js b/web-ui/app/js/page/pane_contract_expand.js
index 771486ae..aee8c44f 100644
--- a/web-ui/app/js/page/pane_contract_expand.js
+++ b/web-ui/app/js/page/pane_contract_expand.js
@@ -42,7 +42,7 @@ define(['flight/lib/component', 'page/events'], function (describeComponent, eve
this.on(document, events.ui.mail.open, this.contractMiddlePaneExpandRightPane);
this.on(document, events.dispatchers.rightPane.openComposeBox, this.contractMiddlePaneExpandRightPane);
this.on(document, events.dispatchers.rightPane.openDraft, this.contractMiddlePaneExpandRightPane);
- this.on(document, events.ui.feedback.open, this.contractMiddlePaneExpandRightPane);
+ this.on(document, events.dispatchers.rightPane.openFeedbackBox, this.contractMiddlePaneExpandRightPane);
this.on(document, events.dispatchers.rightPane.openNoMessageSelected, this.expandMiddlePaneContractRightPane);
this.expandMiddlePaneContractRightPane();
});