This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(jqLite): fix memory leaking in IE8 (remove monkey patched methods…
… on Event) These methods cause IE8 holds the whole jqLite in the memory, even when page is reloaded. jqLite's cache keeps element's data (event handlers, attached scopes, injector, etc…), so almost all used memory is never released in IE8. jQuery creates its own Event object (wrapper around native Event) instead.
- Loading branch information