Fixes #1496 - Ember 1.0 regression

This commit is contained in:
Robin Ward 2013-10-04 13:47:30 -04:00
parent c8487f6bc7
commit d126259f03
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Discourse.ClearPinButton = Discourse.ButtonView.extend({
}.property('controller.pinned'),
click: function(buffer) {
this.get('controller').clearPin();
this.get('controller').send('clearPin');
},
renderIcon: function(buffer) {