Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Apr 4, 2016
1 parent 8bdf10b commit df57515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion caravel/assets/visualizations/sankey.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,11 @@ function sankeyVis(slice) {
});
};

var resize = function() {
var resize = function () {
div.select("svg").remove();
render();
};

return {
render: render,
resize: resize
Expand Down

0 comments on commit df57515

Please sign in to comment.