Functions called with setTimeout doesn't receive parameters in Internet Explorer#23
Merged
infusion merged 1 commit intoinfusion:masterfrom Apr 3, 2014
Merged
Conversation
Contributor
|
What is version of IE? |
Contributor
Author
|
It was not working on IE9 and below. I could not test on IE10. |
Contributor
|
Are you sure that problem in closure? I opened similar pull request #24 |
Contributor
Author
|
When the page loads it tries to register the webcam functions(_register method), and it should stop retrying after some attempts. It was not stopping to retry to register in Internet Explorer because the 'run' parameter was always 'undefined'. This pull request only solves this problem. Probably you found a different problem. |
infusion
added a commit
that referenced
this pull request
Apr 3, 2014
Functions called with setTimeout doesn't receive parameters in Internet Explorer
Owner
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In Internet Explorer the function
_registerreceivesundefinedand will not stop trying to register when the flash movie is not loaded.