Fix input handler

This commit is contained in:
Arlo Breault 2016-03-18 11:58:01 -07:00
parent afd814773a
commit df2ea126c8
3 changed files with 4 additions and 3 deletions

View file

@ -22,7 +22,7 @@ class UI
@$msglog.value = ''
@$send = document.getElementById('send')
@$send.onclick = => { @acceptInput }
@$send.onclick = @acceptInput
@$input = document.getElementById('input')
@$input.focus()