Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Use Object.prototype.toString instead of global #3

Merged
merged 1 commit into from
Dec 14, 2012
Merged

Use Object.prototype.toString instead of global #3

merged 1 commit into from
Dec 14, 2012

Conversation

statianzo
Copy link
Contributor

IE 7-10 will throw an 'Invalid calling object' when using the global
toString function. By using Object.prototype.toString (like Underscore),
this error is removed, and allows humps.js to be usable on IE.

IE 7-10 will throw an 'Invalid calling object' when using the global
toString function. By using Object.prototype.toString (like Underscore),
this error is removed, and allows humps.js to be usable on IE.
domchristie added a commit that referenced this pull request Dec 14, 2012
Use Object.prototype.toString instead of global
@domchristie domchristie merged commit fde29f6 into domchristie:master Dec 14, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants