collection is not needed in CommentEntry view

openid
Marcin Kulik 13 years ago
parent 51dfa8474f
commit 6660efe8a7

@ -7,9 +7,6 @@ class AsciiIo.Views.CommentEntry extends AsciiIo.Views.Base
events:
'click .remove': 'removeComment'
initialize:(options) ->
@collection = options.collection
render: ->
extra =
show_remove_link: @showRemoveLink()

Loading…
Cancel
Save