Skip to content

tls: add 'new' keyword for Array constructor call

Rodrigo Muino Tomonari requested to merge github/fork/MikeRalphson/patch-2 into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

lib

Description of change

tls.js contains the only instance of Array() being called as a function rather than a constructor with the 'new' keyword.

Merge request reports

Loading