Skip to content

Commit

Permalink
Finish rename of Sync to RenderSync
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Apr 12, 2022
1 parent 75067c0 commit 749c579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/scrapers.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ $ -> setScrollerFadeEffect()
# Always start with the console scrolled to the end
$ -> console_scroll_to_bottom()

class Sync.LogLineLogLine extends Sync.View
class RenderSync.LogLineLogLine extends RenderSync.View
afterInsert: -> console_scroll_to_bottom()

class Sync.ScraperShowPartial extends Sync.View
class RenderSync.ScraperShowPartial extends RenderSync.View
afterUpdate: ->
console_scroll_to_bottom()
$('time[data-time-ago]').timeago()
Expand Down

0 comments on commit 749c579

Please sign in to comment.