Skip to content

Commit

Permalink
[fix] Removed const
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Aug 6, 2019
1 parent e4993c0 commit 2d1773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justgage.js
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@
JustGage.prototype.destroy = function () {
if (this.node && this.node.parentNode) this.node.innerHTML = ''

for(const event in this.events)
for(var event in this.events)
Raphael.eve.off(event, this.events[event])
};

Expand Down

0 comments on commit 2d1773a

Please sign in to comment.