JSH318911: Use parens for immediate function invocations

This option prohibits the use of immediate function invocations without wrapping them in parentheses. Wrapping parentheses assists readers of your code in understanding that the expression is the result of a function, and not the function itself. (JSHint option 'immed')

TypeName: UseParensForImmediateFunctionInvocations
CheckId: JSH318911
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus