Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly treat namespace-only events for globalUnbind() as pertaining to both document and window. #878

Merged
merged 1 commit into from
May 30, 2013

Conversation

odnamrataizem
Copy link
Contributor

Events with only namespaces (.name.space, and also the empty string) should be treated by globalUnbind() as pertaining to both document and window, so no events will be left behind.

This is a followup from #779, should address the leak pointed out by #874.

…ng to both `document` and `window`.

Events with only namespaces (`.name.space`, and also the empty string)
should be treated by `globalUnbind()` as pertaining to both `document`
and `window`, so no events will be left behind.
johndyer added a commit that referenced this pull request May 30, 2013
Properly treat namespace-only events for `globalUnbind()` as pertaining to both `document` and `window`.
@johndyer johndyer merged commit 3c5cd53 into mediaelement:master May 30, 2013
@odnamrataizem odnamrataizem deleted the gc branch May 30, 2013 20:44
phuongdh pushed a commit to avalonmediasystem/mediaelement that referenced this pull request Oct 18, 2013
Properly treat namespace-only events for `globalUnbind()` as pertaining to both `document` and `window`.
rexblack pushed a commit to rexblack/mediaelement that referenced this pull request May 22, 2014
Properly treat namespace-only events for `globalUnbind()` as pertaining to both `document` and `window`.
rexblack pushed a commit to rexblack/mediaelement that referenced this pull request May 22, 2014
Properly treat namespace-only events for `globalUnbind()` as pertaining to both `document` and `window`.
marmite22 pushed a commit to elucidat/mediaelement that referenced this pull request Dec 16, 2016
Properly treat namespace-only events for `globalUnbind()` as pertaining to both `document` and `window`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants