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 3142035 commit 2d2bf98Copy full SHA for 2d2bf98
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] ? arguments[1] : {};
+ var options = arguments.length > 1 && arguments[1] ? arguments[1] : {};
32
if (isBlock(node)) {
33
return false;
34
0 commit comments