Set initial render to be 100ms after attach

This commit is contained in:
Kevin Sawicki
2013-02-01 10:36:53 -08:00
parent b1b9a69146
commit 262cbcf168

View File

@@ -69,6 +69,7 @@ class EditorStatsView extends ScrollView
.attr('width', @x.rangeBand())
.attr('class', 'bar')
setTimeout((=> @update()), 100)
@updateInterval = setInterval((=> @update()), 5000)
update: ->