Skip to content

Commit f9c9895

Browse files
committed
cleaned up kill method
1 parent 28e3ff0 commit f9c9895

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/progress.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,6 @@
356356
if (!percentElement)
357357
return;
358358

359-
var existingPercent = parseInt(percentElement.style.width.replace('%', ''));
360-
361359
//I believe I should handle this situation with eventListener and `transitionend` event but I'm not sure
362360
//about compatibility with IEs. Should be fixed in further versions.
363361
(function(percentElement, currentElement) {

0 commit comments

Comments
 (0)