'Assignable' flag not been recognized in predefined list
Brought to you by:
mvladic
As JSLint manual states predefined option is "An array of strings, the names of predefined global variables, or an object whose keys are global variable names, and whose values are booleans that determine if each variable is assignable".
But plugin not recognizes those 'boolean values', it ignores predefined option 'var1: true' and as a result JSLint claims 'Read only' when detects that var1 is assigned in analyzed script.
JSLint plugin for Notepad++ works exactly as web interface at www.jslint.com in regard of predefined option. This means that JSLint manual is unaccurate.