We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708a257 commit 889ffdeCopy full SHA for 889ffde
lib/helpers/refCount.js
@@ -7,7 +7,7 @@ module.exports = {
7
}
8
},
9
remove: function (element) {
10
- const index = modals.indexOf(element);
+ var index = modals.indexOf(element);
11
if (index === -1) {
12
return;
13
0 commit comments