-
Notifications
You must be signed in to change notification settings - Fork 383
Description
Hi, I have a problem with es6-shim when is using prototype.js.
Basically the code is a widget that is injecting in the website. I using es6-shim to fix a compatibility with IE11, but we have a client that is using prototype.js 1.7 https://ajax.googleapis.com/ajax/libs/prototype/1.7.0/prototype.js in the site and we have a conflict:
To do this widget, we are using https://github.com/KoryNunn/crel to create the html and next minify in only one file.
If I use "es6-shim", the widget works in all browsers, but If I remove the "es6-shim" the the script do not work in IE11, but if we use "es6-shim" and in the site is using prototype.js, the script do not work in any browser.
I test with last version of prototype.js (1.7.3.0)
https://ajax.googleapis.com/ajax/libs/prototype/1.7.3.0/prototype.js and there another error:

But only I need to solve for 1.7!
Can you help me with some tip?, I wish to know some opinion.
Thanks you community!
