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: events:
'click .remove': 'removeComment' 'click .remove': 'removeComment'
initialize:(options) ->
@collection = options.collection
render: -> render: ->
extra = extra =
show_remove_link: @showRemoveLink() show_remove_link: @showRemoveLink()

Loading…
Cancel
Save