2
0
Fork 0
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:
Robin Ward 2013-10-04 13:47:30 -04:00
parent c8487f6bc7
commit d126259f03

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) {