I am getting a syntax error in the ext-all.js code at line 21, column: 50630: "Function.prototype.apply: Array or arguments object expected", when I try to load my app in IE 11 running on windows 8.1.

Can someone tell me how to correct this issue?


You can load my app from



HTML Code:



http://ift.tt/1pfnkcr

It works fine with the other browsers.

Code:



<! DOCTYPE html>

<!-- Auto Generated with Sencha Architect -->
<!-- Modifications to this file will be overwritten. -->
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
<title>MySchool</title>
<scriptsrc="http://ift.tt/1pfnkcz"></script>
<linkrel="stylesheet"href="http://ift.tt/1jdPJrm">
<scripttype="text/javascript"src="app.js"></script>
</head>
<body></body>
</ html >