mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Fix linting errors
This commit is contained in:
parent
2cd69f6f25
commit
d1bcc3cc3e
1 changed files with 3 additions and 2 deletions
|
@ -103,7 +103,8 @@ class WebExtUI extends UI
|
||||||
path:
|
path:
|
||||||
32: "icons/status-" + (if @enabled then "on" else "off") + ".png"
|
32: "icons/status-" + (if @enabled then "on" else "off") + ".png"
|
||||||
@postActive()
|
@postActive()
|
||||||
storing = chrome.storage.local.set({"snowflake-enabled":@enabled}, () -> log "Stored toggle state")
|
storing = chrome.storage.local.set({ "snowflake-enabled": @enabled },
|
||||||
|
() -> log "Stored toggle state")
|
||||||
|
|
||||||
onDisconnect: (port) =>
|
onDisconnect: (port) =>
|
||||||
@port = null
|
@port = null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue