Skip to content

Commit c209429

Browse files
committed
Fix eslint error
1 parent 66a9a17 commit c209429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

svg-piechart.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@
195195
path.classList.add('slice');
196196
}
197197
else {
198-
var c = path.getAttribute('class');
199198
path.setAttribute('class','slice');
200199
}
201200
path.style.fill = arcs[i].color;

0 commit comments

Comments
 (0)