JSH318930: Avoid this in non-constructor functions

This option suppresses warnings about possible strict violations when the code is running in strict mode and you use this in a non-constructor function. You should use this option - in a function scope only - when you are positive that your use of this is valid in the strict mode (for example, if you call your function using Function.call). (JSHint option 'validthis')

TypeName: AvoidThisInNonConstructorFunctions
CheckId: JSH318930
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus