We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870343a commit 3142035Copy full SHA for 3142035
lib/checks/color/link-in-text-block-evaluate.js
@@ -28,7 +28,7 @@ function isBlock(elm) {
28
}
29
30
function linkInTextBlockEvaluate(node) {
31
- var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
+ var options = arguments.length > 1 && !arguments[1] ? arguments[1] : {};
32
if (isBlock(node)) {
33
return false;
34
0 commit comments