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

Fixed issue with isString implementation in IE11 #2

Merged
merged 1 commit into from
Jul 5, 2017
Merged

Fixed issue with isString implementation in IE11 #2

merged 1 commit into from
Jul 5, 2017

Conversation

coagit
Copy link
Contributor

@coagit coagit commented Jul 4, 2017

When calling "toString.call(object)" with object being a 'string', IE11 is throwing "Invalid calling object".

When you release the version fixing this, please update the handlebars.binding with it as I caught it there.

@mateusmaso mateusmaso merged commit e350837 into mateusmaso:master Jul 5, 2017
@mateusmaso
Copy link
Owner

Thanks for pointing this out. I apology, this lib was not fully tested on IE browsers.

mateusmaso added a commit that referenced this pull request Jul 5, 2017
@mateusmaso
Copy link
Owner

mateusmaso commented Jul 5, 2017

Just released a new version for handlebars.binding with your fix. Cheers!

@coagit
Copy link
Contributor Author

coagit commented Jul 6, 2017

Thanks a lot for the quick merge, and a great plugin.

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