mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
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:
parent
799a13d385
commit
788f2a595f
2 changed files with 6 additions and 4 deletions
|
@ -82,7 +82,7 @@ class WebExtUI extends UI
|
|||
port.onDisconnect.addListener @onDisconnect
|
||||
port.onMessage.addListener @onMessage
|
||||
@postActive()
|
||||
|
||||
|
||||
onMessage: (m) =>
|
||||
@enabled = m.enabled
|
||||
update()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue