shadowproject / shadow

ShadowCore integration/staging tree
MIT License
95 stars 62 forks source link

Update main.js #22

Closed LiteBit closed 7 years ago

LiteBit commented 8 years ago

Cleaned up === vs == & !== vs != per code review here: https://codeclimate.com/github/shadowproject/shadow/src/qt/res/js/main.js

Removed unnecessary semicolons, trailing commas

rynomster commented 8 years ago

This one will have to be tested properly, as in certain cases == will match 1 wiith '1', and so on. We need to make sure all the datatypes on the comparisons are correct. Will check with crz, see what he's using from main.js in GUIv2

rynomster commented 7 years ago

We will have to see what code climate says when we commit our new gui source fully