JSH318920: Do not use 'new' for side effects

This option prohibits the use of constructor functions for side-effects. Some people like to call constructor functions without assigning its result to any variable. (JSHint option 'nonew')

TypeName: DoNotUseNewForSideEffects
CheckId: JSH318920
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus