-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update examples to work in shimmed browsers #14
Comments
👍 good catch |
I have formatted and fixed http://juicy.github.io/juicy-html/examples/inline_markup_w_model_binding.html Because both @tomalec can you take a look? And I have to test in Edge & Safari. Works in Chrome & FF. |
hm.. but those should be set by webcomponents.js https://github.com/webcomponents/webcomponentsjs/blob/07f2169ad902be51054fe6f7d63f3b5a6a2618e9/src/HTMLImports/base.js#L58 |
Yeah.. and it works in FF, but not in IE. Edge will be tested tonight, don't have latest version at office. |
Edge tested - works. |
There is nothing can be done in Closing this one. |
Right now lots of
juicy-html
examples usedocument.currentScript
which is supported in Chrome only.Have to be replaced with
(document._currentScript || document.currentScript)
.The text was updated successfully, but these errors were encountered: