Skip to content

Commit

Permalink
Restore accidentally removed function call
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Jul 29, 2014
1 parent f19724d commit 997d92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/waterfall_view/src/module/main.module.coffee
Expand Up @@ -141,7 +141,7 @@ m.controller 'waterfallController',
color = @result

# Remove old axis
header.select('.axis.x')
header.select('.axis.x').remove()

# Top axis shows builder names
xAxis = @d3.svg.axis()
Expand Down

0 comments on commit 997d92a

Please sign in to comment.