mirror of
https://github.com/discourse/discourse.git
synced 2026-08-27 13:47:28 -05:00
Fixes #1496 - Ember 1.0 regression
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user