mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
Fixes #1496 - Ember 1.0 regression
This commit is contained in:
parent
c8487f6bc7
commit
d126259f03
@ -19,7 +19,7 @@ Discourse.ClearPinButton = Discourse.ButtonView.extend({
|
|||||||
}.property('controller.pinned'),
|
}.property('controller.pinned'),
|
||||||
|
|
||||||
click: function(buffer) {
|
click: function(buffer) {
|
||||||
this.get('controller').clearPin();
|
this.get('controller').send('clearPin');
|
||||||
},
|
},
|
||||||
|
|
||||||
renderIcon: function(buffer) {
|
renderIcon: function(buffer) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user