You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I always get an error in IE8 in shivedCreateElement function (https://github.com/termi/ES5-DOM-SHIM/blob/0.7/__SRC/a.ie8.js, l:2115) saying that this["orig__createElement"] is null.
I changed this["orig__createElement"] to document["orig__createElement"] and now it works for me.
The text was updated successfully, but these errors were encountered:
Nice.
I really like this shim!
Maybe you could add a.ie8.js and a.ielt8.js dynamically as modules, that would avoid the need of adding two or three <script> tags.
Hi, I always get an error in IE8 in shivedCreateElement function (https://github.com/termi/ES5-DOM-SHIM/blob/0.7/__SRC/a.ie8.js, l:2115) saying that this["orig__createElement"] is null.
I changed this["orig__createElement"] to document["orig__createElement"] and now it works for me.
The text was updated successfully, but these errors were encountered: