Skip to content

Commit 77431f0

Browse files
peterbabicwooorm
andauthored
make needsIndex private
Co-authored-by: Titus <tituswormer@gmail.com>
1 parent 0f99c5d commit 77431f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/any.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function configure(query, state) {
8888
var index = -1
8989

9090
while (++index < pseudos.length) {
91-
if (match.needsIndex.indexOf(pseudos[index].name) > -1) {
91+
if (needsIndex.indexOf(pseudos[index].name) > -1) {
9292
state.index = true
9393
break
9494
}

0 commit comments

Comments
 (0)