add missing semicolon

This commit is contained in:
ansuz 2016-09-01 16:13:25 +02:00
parent 8031770f90
commit 4561ddcdf3

View File

@ -65,7 +65,7 @@ define([
var read = function (proxy) {
console.log("Proxy ready!");
var otime = +new Date(proxy.atime)
var otime = +new Date(proxy.atime);
var atime = proxy.atime = ('' + new Date());