Closed ankit-m closed 8 years ago
@ankit-m , thank you for that! It looks good! Could you make the pull request automatically mergeable, so that I can merge it more easily?
@Ceilican I have made the branch automatically mergeable. There were some new commits which caused the conflicts. I have fixed those.
Thank you!
This updates curly braces and indentation styling according to Google style guide in all the js files in source.
It also fixes missing semicolons and replaces
!=
with!==
wherever required i.e. comparing with zeroes and null.Improves javascript style #60