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

Bug in IE: SCRIPT438: Object doesn't support property or method 'setAttribute' #24

Open
rinchik opened this issue Oct 17, 2013 · 1 comment

Comments

@rinchik
Copy link

rinchik commented Oct 17, 2013

SCRIPT438: Object doesn't support property or method 'setAttribute' shows up in IE dev tools console.

Bug only present in the latest version on require-jade (0.0.3)

@crissdev
Copy link
Contributor

Try using ECMAScript 5 compatibility shims for legacy JavaScript engines. IE's bad support on ES5 usually causes this type of issues.

Apart from that, does this show up after building your templates? ( I presume you don't build up your templates on the fly in a production environment)

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

No branches or pull requests

2 participants