不要在循环内创建函数。 - jslint 错误
我收到此 jslint 错误
不要在循环内创建函数。
我无法更改导致此问题的 javascript - 但是由于修改它的限制,我无法更改。
因此,我想关闭此验证以检查特定 javascript 文件中是否存在此错误。
对于这个js错误可以这样做吗?
I am getting this jslint error
Don't make functions within a loop.
I can't change the javascript that is causing this issue - however I cant, due to restrictions from modifying it.
So, I want to turn this validation to check for this error off in a particular javascript file.
Is this possible to do for this js error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,验证检查不是可选的。
可能的解决方法:
解决方案:
No, that valildation check is not optional.
A possible workaround:
A solution: