LeastAuthority / metamask-plugin-beta

MIT License
1 stars 4 forks source link

Avoid using `(foo in bar)` truth check, since it checks initialization, not value. #3

Open tacticalchihuahua opened 4 years ago

tacticalchihuahua commented 4 years ago

Avoid using (foo in bar) truth check, since it checks initialization, not value.

Originally posted by @emeryrose in https://github.com/LeastAuthority/metamask-plugin-beta/pull/1