Do some miscellaneous code cleanup.
Review Request #7906 — Created Jan. 25, 2016 and submitted
This primarily is just switching out
let
forconst
where we can, but
there's also some formatting changes and a couple places where promises could
be used more effectively.
Flipped through all the affected pages and saw that things still worked as
expected.
-
Tool: Pyflakes Ignored Files: lib/config.js bin/load-slack-users lib/init.js lib/cache.js lib/frontend/application-view.js lib/asana.js lib/slack.js lib/routes.js lib/reviewboard.js Tool: PEP8 Style Checker Ignored Files: lib/config.js bin/load-slack-users lib/init.js lib/cache.js lib/frontend/application-view.js lib/asana.js lib/slack.js lib/routes.js lib/reviewboard.js