Merge branch 'master' of github.com:discourse/discourse

This commit is contained in:
Sam Saffron 2013-02-11 11:43:20 +11:00
commit a6fc46599f
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ window.Discourse.ComposerController = Ember.Controller.extend Discourse.Presence
click: ->
if @get('content.composeState') == Discourse.Composer.DRAFT
@set('content.composeState', Discourse.Composer.OPEN)
false
shrink: ->
if @get('content.reply') == @get('content.originalText') then @close() else @collapse()