Skip to content

Commit 05a1b84

Browse files
committed
[[CHORE]] Fix linting error and enable lint in CI
A previous commit removed all references to an internal function, introducing a linting error. This was not reported by the project's continuous integration system because that system was not configured to run the project's linting check. Correct the linting error and enable linting in the continuous integration environment.
1 parent 09170f0 commit 05a1b84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/jshint.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2981,10 +2981,6 @@ var JSHINT = (function() {
29812981
return funct;
29822982
}
29832983

2984-
function isFunctor(token) {
2985-
return "(scope)" in token;
2986-
}
2987-
29882984
/**
29892985
* Determine if the parser has begun parsing executable code.
29902986
*

0 commit comments

Comments
 (0)