more jasmine specs for proxypair, ui, and snowflake coffee files

This commit is contained in:
Serene Han 2016-02-07 08:32:41 -08:00
parent e0081ea954
commit 547cb9690a
9 changed files with 159 additions and 56 deletions

View file

@ -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')