Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Second part of the fix for #2071. An empty string "" was being sent t…
…o .bind() and when the events were being cleared it went in to an infinite recursive loop till memory was out. The test was !types in the function and changing it to types == undefined fixed the error.
- Loading branch information