Skip to content

Commit

Permalink
cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
amccollum committed Nov 19, 2011
1 parent 33fee44 commit 873344f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/wings.js
Expand Up @@ -67,7 +67,6 @@
}
break;
case '!':
case '?!':
value = data[name];
if (!(value != null)) {
if (wings.strict) {
Expand Down
2 changes: 1 addition & 1 deletion src/wings/wings.coffee
Expand Up @@ -63,7 +63,7 @@
else
return ""

when '!', '?!' # inverted section
when '!' # inverted section
value = data[name]
if not value?
if wings.strict
Expand Down

0 comments on commit 873344f

Please sign in to comment.