Skip to content

Commit 2d2bf98

Browse files
authored
Updatedd link-in-text-block-evaluate.js
1 parent 3142035 commit 2d2bf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/checks/color/link-in-text-block-evaluate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function isBlock(elm) {
2828
}
2929

3030
function linkInTextBlockEvaluate(node) {
31-
var options = arguments.length > 1 && !arguments[1] ? arguments[1] : {};
31+
var options = arguments.length > 1 && arguments[1] ? arguments[1] : {};
3232
if (isBlock(node)) {
3333
return false;
3434
}

0 commit comments

Comments
 (0)