Skip to content

Conversation

pdfernhout
Copy link

Also use === and !== for more predictable comparisons instead of == and !=

The "dot notation" warnings were not fixed as array-style access provides more clarity here.
Those warnings can be suppressed with: /* jshint sub:true */

Also use === and !== for more predictable comparisons instead of == and !=

The "dot notation" warnings were not fixed as array-style access provides more clarity here.
Those warnings can be suppressed with: /* jshint sub:true */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants