mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Fixes #1496 - Ember 1.0 regression
This commit is contained in:
parent
c8487f6bc7
commit
d126259f03
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue