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.
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.