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

Commit c479495

Browse files
author
Brian Feister
committed
Falsy value is preferable for tests
1 parent 0a95cd0 commit c479495

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/select.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,10 +1023,6 @@
10231023
$select.taggingLabel = attrs.taggingLabel !== undefined ? attrs.taggingLabel : '(new)';
10241024
}
10251025
}
1026-
else
1027-
{
1028-
$select.taggingLabel = false;
1029-
}
10301026
});
10311027

10321028
attrs.$observe('taggingTokens', function() {

0 commit comments

Comments
 (0)