Closed bostrom closed 10 years ago
Solution to #26. The check for update uses the callback return value and !== false for backwards compatibility. A callback return value of true could also work, but it seems more dangerous.
Thanks for the pull request (with test!).
Solution to #26. The check for update uses the callback return value and !== false for backwards compatibility. A callback return value of true could also work, but it seems more dangerous.