nave

nave

  • NA
  • 31
  • 0

'App' is undefined on IE9

Nov 10 2013 12:56 AM
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)