remove console.log
This commit is contained in:
parent
fe572ae54b
commit
a1f3f08ff0
1 changed files with 0 additions and 1 deletions
|
@ -379,7 +379,6 @@ class App.TicketZoomArticleNew extends App.Controller
|
|||
@scrollToBottom() if wasScrolledToBottom
|
||||
|
||||
isScrolledToBottom: ->
|
||||
console.log 'isScrolledToBottom', @el.scrollParent().scrollTop() + @el.scrollParent().height(), @el.scrollParent().prop('scrollHeight')
|
||||
return @el.scrollParent().scrollTop() + @el.scrollParent().height() is @el.scrollParent().prop('scrollHeight')
|
||||
|
||||
scrollToBottom: ->
|
||||
|
|
Loading…
Reference in a new issue