Rhino JSLint looks like this:
Lint at line 146 character 20: 'Class' is not defined.
var settings = Class.duplicate(this.getSettingsObject());
Ours looks like this:
line 146 character 20 'Class' is not defined.
lets provide the evidence on the following line with a further indent
Rhino JSLint looks like this:
Lint at line 146 character 20: 'Class' is not defined.
var settings = Class.duplicate(this.getSettingsObject());
Ours looks like this:
line 146 character 20 'Class' is not defined.
lets provide the evidence on the following line with a further indent