JSH318929: Avoid correct construction of objects and function

This option suppresses warnings about unusual constructions like new function () { ... } and new Object;. Such constructions are sometimes used to produce singletons (JSHint option 'supernew')

TypeName: AvoidCorrectConstructionOfObjectsAndFunction
CheckId: JSH318929
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus