Skip to content

deps: Use '===' instead of '=='

Rodrigo Muino Tomonari requested to merge Using=== into master

Created by: ghost

To use '===' instead of '==' in union, because all the other js files are using '===' for the strict equal comparation.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading