I am using jslint. I have this tolerance setting in my comments.
/*jslint todo: true*/
An online tester transmits it. This happens to me in the part of the code checked earlier. However, later I get this error message:
Missing property name.
Does anyone know why a property name is considered absent in second place and not first?
Update 07/17/2014 15:03 - code included
I was able to isolate the problem using the following code. Below you can see parts of the code if they are running on lint.com and what errors they display:
var obj = {
};
var obj = {
};
var obj = {
};
I found that tolerance properties cannot be set inside an object literal. Now I can solve the problem.
, "" . - , , , , ?