jquery - Why does IE flag telerik.common.min.js as faulty, should I care, and if so, what should I do about it? -
running asp.net app in ie, fails on line in telerik.common.min.js:
var aa=parseint(a.browser.version.substring(0,5).replace(".",""))
saying, "script5007: unable property 'version' of undefined or null reference telerik.common.min.js"
chrome took no such issues telerik js file.
a similar error takes place line:
b.scripts.push("telerik.menu.js")
as ie says, "script5007: unable property 'scripts' of undefined or null reference"
is telerik's js code bad in these instances, or ie being overly wary?
iow: should ignore these err msgs , click through them, or...???
Comments
Post a Comment