Skip to content

Commit

Permalink
Fix for valhook setter
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHerbots committed Feb 5, 2015
1 parent b109884 commit 2b3114a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jquery.number.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,8 @@
// {
// num = '-'+num;
// }
// Otherwise, don't worry about other valhooks, just run ours.
return el.value = num;

return origHookSet(el, num);
}
};

Expand Down
4 changes: 2 additions & 2 deletions jquery.number.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b3114a

Please sign in to comment.