Commit 89523396 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Update method name for better understanding

parent 340aa444
class @Activities
constructor: ->
Pager.init 20, true, false, @fixTooltips
Pager.init 20, true, false, @updateTooltips
$(".event-filter-link").on "click", (event) =>
event.preventDefault()
@toggleFilter($(event.currentTarget))
@reloadActivities()
fixTooltips: ->
updateTooltips: ->
gl.utils.localTimeAgo($('.js-timeago', '#activity'))
reloadActivities: ->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment