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:
|
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…
Reference in New Issue
Block a user