Added ; to code

This commit is contained in:
Arturo Gonzalez 2017-04-25 17:43:26 +02:00
parent ed195ff909
commit 40a42a6a29

View File

@ -1407,7 +1407,7 @@ function print_phases_donut (recipient, phases) {
return function(t) { return function(t) {
return arc(interpolate(t)); return arc(interpolate(t));
}; };
}) });
slice.exit() slice.exit()
.remove(); .remove();