Posts Tagged ‘W117’

The JSHint component of Visual Studio’ Web Essentials will point out plenty of problems with your JavaScript code, sometimes though some of the messages are not useful.

For example, if you are using Kendo UI in your project, you will get a message “‘kendo’ is not defined” for each instance of a kendo component in a given JS file. (more…)