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

Handle missing console.debug() function in Internet Explorer 10 #12

Merged
merged 1 commit into from
May 1, 2013

Conversation

binhqx
Copy link
Contributor

@binhqx binhqx commented May 1, 2013

IE 10 console object is defined, however, there is no function console.debug(). In this case the logging function will be bound to the default console.log(). This must be done using the boundToConsole() function or IE will produces a " Invalid calling object" error.

IE 10 console object is defined, however, there is no function console.debug(). In this case the logging function will be bound to the default console.log(). This must be done using the boundToConsole() function or IE will produces a " Invalid calling object" error.
pimterry added a commit that referenced this pull request May 1, 2013
Handle missing console.debug() function in Internet Explorer 10
@pimterry pimterry merged commit 355ede6 into pimterry:master May 1, 2013
@pimterry
Copy link
Owner

pimterry commented May 1, 2013

Awesome, thank you!

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