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

fix karma.js: Fix for IE's console.log's lack of apply #538

Merged
merged 1 commit into from
May 12, 2013

Conversation

timbertson
Copy link
Contributor

Use Function.prototype.apply.call(log, ...) instead of log.apply(...)
to avoid an error when IE's console is open.

Closes #329

@vojtajina
Copy link
Contributor

Cool. Can you please change the commit msg to fix: xxxx, for instance fix: capturing console.log on IE.

Otherwise LGTM. Thanks @gfxmonk !

Use Function.prototype.apply.call(log, ...) instead of log.apply(...)
to avoid an error when IE's console is open.

Closes karma-runner#329
@timbertson
Copy link
Contributor Author

No worries, amended.

vojtajina added a commit that referenced this pull request May 12, 2013
fix karma.js: Fix for IE's console.log's lack of `apply`
@vojtajina vojtajina merged commit 9dde7f1 into karma-runner:master May 12, 2013
@vojtajina
Copy link
Contributor

Great thanks !

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.

IE9 console patch fails: console.log has no apply method
2 participants