Skip to content

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthmurray committed Jul 11, 2015
1 parent 5df0810 commit 9997c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 12_bar_tooltips_title.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
rects.append("title")
.text(function(d) {
return d;
})
});

//Transition rects into place
rects.transition()
Expand Down

0 comments on commit 9997c7b

Please sign in to comment.