mirror of https://github.com/xwiki-labs/cryptpad
add missing semicolon
This commit is contained in:
parent
8031770f90
commit
4561ddcdf3
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue