Skip to content

Commit 889ffde

Browse files
committed
[fixed] Removed additional es2015 causing problems
closes #380
1 parent 708a257 commit 889ffde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/helpers/refCount.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
}
88
},
99
remove: function (element) {
10-
const index = modals.indexOf(element);
10+
var index = modals.indexOf(element);
1111
if (index === -1) {
1212
return;
1313
}

0 commit comments

Comments
 (0)