See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Reserved_Words
The immediate consequence of this to me is that the minifier used by ASP.NET MVC4's script optimizer fails. Consider replacing the method name with a non-reserved word.
See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Reserved_Words
The immediate consequence of this to me is that the minifier used by ASP.NET MVC4's script optimizer fails. Consider replacing the method name with a non-reserved word.