6
Answers

'App' is undefined on IE9

nave

nave

10y
1.1k
1
Im getting an error on IE9:

0x800a1391 - Microsoft JScript runtime error: 'App' is undefined

No error on chrome or FF.

code is:
<script>
        jQuery(document).ready(function () {
            App.init();
            alert("4"); not firing
        });
    </script>

Please advise
Thanks


Answers (6)