Skip to content

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

Merged
pimterry merged 1 commit into
pimterry:masterfrom
binhqx:patch-4
May 1, 2013
Merged

Handle missing console.debug() function in Internet Explorer 10#12
pimterry merged 1 commit into
pimterry:masterfrom
binhqx:patch-4

Conversation

@binhqx

@binhqx binhqx commented May 1, 2013

Copy link
Copy Markdown
Contributor

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

pimterry commented May 1, 2013

Copy link
Copy Markdown
Owner

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