JSH318925: Declare variable before it is used

This option prohibits the use of explicitly undeclared variables. This option is very useful for spotting leaking and mistyped variables. (JSHint option 'undef')

TypeName: DeclareVariableBeforeItIsUsed
CheckId: JSH318925
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus