Skip to content
Snippets Groups Projects
Unverified Commit 0139f937 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Remove commented code

parent 516f0cf7
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,6 @@ Template.message.onViewRendered = (context) -> ...@@ -193,7 +193,6 @@ Template.message.onViewRendered = (context) ->
if not nextNode? if not nextNode?
templateInstance = if $('#chat-window-' + context.rid)[0] then Blaze.getView($('#chat-window-' + context.rid)[0])?.templateInstance() else null templateInstance = if $('#chat-window-' + context.rid)[0] then Blaze.getView($('#chat-window-' + context.rid)[0])?.templateInstance() else null
# templateInstance = view.parentView.parentView.parentView.parentView.parentView.templateInstance?()
if currentNode.classList.contains('own') is true if currentNode.classList.contains('own') is true
templateInstance?.atBottom = true templateInstance?.atBottom = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment