Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : IE EJS Issue?

$
0
0
Looks like it's line 440 of scanner.js
  1. myEval.call(out, 'this.fn = (function(_CONTEXT,_VIEW){' + out.out + '});\r\n//@ sourceURL=' + name + ".js");

Changing it to the following fixes my problem.
  1. myEval.call(out, 'this.fn = (function(_CONTEXT,_VIEW){' + out.out + '});\r\n');


I haven't done exhaustive testing, but I wanted to report back. App is now loading in IE9

Viewing all articles
Browse latest Browse all 3491

Trending Articles