IE8 error
Closed this issue · 4 comments
jbonigomes commented
I keep on getting this error in IE8:
The value of the property 'contentLoaded' is null or undefined, not a Function object
Is it something I am doing wrong in the set up?
rodebert commented
Which file do you reference in your html?
jbonigomes commented
calc.js, simply a copy of your polyfill file at:
https://raw.githubusercontent.com/closingtag/calc-polyfill/master/calc.js
my script tag looks like:
script src="/assets/js/calc.js"
rodebert commented
Please reference the build version:
https://raw.githubusercontent.com/closingtag/calc-polyfill/master/calc.min.js
jbonigomes commented
Thanks closingtag, that was a super quick answer, no more errors :)