Skip to content
Merged

Kill #13

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
cleaned up kill method
  • Loading branch information
beeramtheman committed Jul 20, 2014
commit f9c9895f6673c0d1120ea08362cdd8489bbfd529
2 changes: 0 additions & 2 deletions src/progress.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@
if (!percentElement)
return;

var existingPercent = parseInt(percentElement.style.width.replace('%', ''));

//I believe I should handle this situation with eventListener and `transitionend` event but I'm not sure
//about compatibility with IEs. Should be fixed in further versions.
(function(percentElement, currentElement) {
Expand Down