Fixed typo
This commit is contained in:
parent
61cc8ead44
commit
a4aeaeae30
|
@ -136,7 +136,7 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
|
|||
},
|
||||
|
||||
pinUnpinTopic: function() {
|
||||
Discourse.__container__lookup('controller:topic').togglePinnedState();
|
||||
Discourse.__container__.lookup('controller:topic').togglePinnedState();
|
||||
},
|
||||
|
||||
toggleProgress: function() {
|
||||
|
|
Loading…
Reference in New Issue