collection is not needed in CommentEntry view
This commit is contained in:
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…
Reference in New Issue
Block a user