Skip to content

Commit

Permalink
Issue customd#27 - allow inputs with no value, instead of filling bla…
Browse files Browse the repository at this point in the history
…nk with `0`

customd#27 (comment)
  • Loading branch information
harlanlewis committed Apr 28, 2014
1 parent a52e3cb commit c8fd1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.number.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
}
else
{
if(val === '')
if(val == '')
{
return el.value = '';
}
Expand Down

0 comments on commit c8fd1c1

Please sign in to comment.