Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
Falsy value is preferable for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Feister committed Nov 25, 2014
1 parent 0a95cd0 commit c479495
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -1023,10 +1023,6 @@
$select.taggingLabel = attrs.taggingLabel !== undefined ? attrs.taggingLabel : '(new)';
}
}
else
{
$select.taggingLabel = false;
}
});

attrs.$observe('taggingTokens', function() {
Expand Down

0 comments on commit c479495

Please sign in to comment.