mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
add missing semicolon
This commit is contained in:
parent
f403d8e2e2
commit
2f2aeef0e5
@ -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
Block a user