summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorFlorian <stayawake@lavabit.com>2014-01-24 12:42:31 +0100
committerFlorian <stayawake@lavabit.com>2014-01-24 12:42:31 +0100
commit7d2bfcdbbf8115753c442fdf03df65356318e0c0 (patch)
tree33113c40e3cb39a10744046b1021cfee31f477d8 /js
parentbc50f913be4924dae5f88ea40bda783a558dc35f (diff)
missing closing curly bracket
Diffstat (limited to 'js')
-rw-r--r--js/cctv-control.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/cctv-control.js b/js/cctv-control.js
index b85fa89..da49ca2 100644
--- a/js/cctv-control.js
+++ b/js/cctv-control.js
@@ -47,7 +47,7 @@ function controlCam(direction) {
request.send();
return false;
}
-
+}
function keyDown(event) {