Fix close button on logs

This commit is contained in:
Vincent Fiduccia 2015-03-24 22:02:12 -07:00
parent 10624b8bbb
commit 3810e33975
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export default Overlay.extend(ThrottledResize,{
actions: {
overlayClose: function() {
this.send('cancel');
this.get('controller').send('cancel');
},
clear: function() {