Fixed typo

This commit is contained in:
cpradio 2014-11-12 09:41:53 -05:00
parent 61cc8ead44
commit a4aeaeae30

View File

@ -136,7 +136,7 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
}, },
pinUnpinTopic: function() { pinUnpinTopic: function() {
Discourse.__container__lookup('controller:topic').togglePinnedState(); Discourse.__container__.lookup('controller:topic').togglePinnedState();
}, },
toggleProgress: function() { toggleProgress: function() {