cferdinandi / validate

A lightweight form validation script.
MIT License
230 stars 39 forks source link

Properly destroy the blur event handler #28

Closed robinwhittleton closed 6 years ago

robinwhittleton commented 7 years ago

The blur event handler is registered as capturing, but the destroy function attempts to remove a non-capturing handler that doesn’t exist.

cferdinandi commented 6 years ago

Thanks... good catch!