Skip to content

Commit

Permalink
[fixed] Removed additional es2015 causing problems
Browse files Browse the repository at this point in the history
closes #380
  • Loading branch information
claydiffrient committed Apr 18, 2017
1 parent 708a257 commit 889ffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/refCount.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
}
},
remove: function (element) {
const index = modals.indexOf(element);
var index = modals.indexOf(element);
if (index === -1) {
return;
}
Expand Down

0 comments on commit 889ffde

Please sign in to comment.