We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://jsbin.com/isuzuh/3/edit
Chrome 28 stable, throws errors and doesn't alert. Works in Canary and other polyfilled browsers.
The text was updated successfully, but these errors were encountered:
Should help address this: googlearchive/CustomElements@f485280
Sorry, something went wrong.
Add tests for jquery + shadowdom polyfill interaction
f86ed5a
Closes #243
Fixed via hotfix above.
Don't pass typeExtension argument to native createElement. It's unnee…
f485280
…ded and causes a problem in Chrome 28 where document.createElement('nav', undefined) results in undefined. Helps address (Polymer/polymer#243)
No branches or pull requests
http://jsbin.com/isuzuh/3/edit
Chrome 28 stable, throws errors and doesn't alert. Works in Canary and other polyfilled browsers.
The text was updated successfully, but these errors were encountered: