Skip to content

Commit

Permalink
Removing my comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaAyers committed Mar 19, 2015
1 parent d745f7f commit 026d596
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var assertAccessibility = (tagName, props, children, log) => {

var propTests;
for (var propName in props) {
// There's no need to check props that are null or undefined.
if (props[propName] === null || props[propName] === undefined) continue;
propTests = assertions.props[propName];
if (propTests)
Expand Down

0 comments on commit 026d596

Please sign in to comment.