Fixed linting errors/warnings and tests

The test failure was due to pollBorker waiting the full 5 seconds before
polling for the first time.

The lint errors were some trailing whitespace and unecessary fat arrows
This commit is contained in:
Cecylia Bocovich 2019-06-27 09:28:36 -04:00
parent 799a13d385
commit 788f2a595f
2 changed files with 6 additions and 4 deletions

View file

@ -82,7 +82,7 @@ class WebExtUI extends UI
port.onDisconnect.addListener @onDisconnect
port.onMessage.addListener @onMessage
@postActive()
onMessage: (m) =>
@enabled = m.enabled
update()