From: Lady Date: Sat, 24 Jun 2023 23:54:50 +0000 (-0700) Subject: Use === more frequently in binary.js X-Git-Tag: 0.4.0~9 X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/a06cc433046c9605fb750a5e2e03cc2b628812a6?ds=sidebyside;hp=a06cc433046c9605fb750a5e2e03cc2b628812a6 Use === more frequently in binary.js The convention is to use `===` in situations where type·casting is known not occur. ---