The HTML keyboard event object has a property "char", but using this code causes a syntax error in JavaScript lint.
var a= e.char;
This cannot be suppressed by "/*jsl:ignore*/". I think it is better that this can be masked by the comment direction.
Log in to post a comment.
The HTML keyboard event object has a property "char", but using this code causes a syntax error in JavaScript lint.
var a= e.char;
This cannot be suppressed by "/*jsl:ignore*/". I think it is better that this can be masked by the comment direction.