mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
more jasmine specs for proxypair, ui, and snowflake coffee files
This commit is contained in:
parent
e0081ea954
commit
547cb9690a
9 changed files with 159 additions and 56 deletions
|
@ -6,10 +6,10 @@ class UI
|
|||
debug = false # True when there's no badge
|
||||
|
||||
# DOM elements references.
|
||||
$msglog = null
|
||||
$send = null
|
||||
$input = null
|
||||
$status = null
|
||||
$msglog: null
|
||||
$send: null
|
||||
$input: null
|
||||
$status: null
|
||||
|
||||
constructor: ->
|
||||
@$badge = document.getElementById('badge')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue