javascript - Strange IE9 only error Backbone.js -


we hitting strange , confusing error that's preventing rendering of javascript. i've googled , can't seem find solution, , know pretty vague, figured ask.

the issue occurring in ie9 only. thinking stopping our other scripts running, , unrelated backbone.

script5007: unable value of property 'apply': object null or undefined  application.js, line 86 character 2366 

greatly appreciate anyone's on one, it's stumping us.

adding head section of document before js rendered fixed issue!

<meta http-equiv="x-ua-compatible" content="ie=8"> 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -