add missing semicolon
This commit is contained in:
parent
8031770f90
commit
4561ddcdf3
@ -65,7 +65,7 @@ define([
|
|||||||
var read = function (proxy) {
|
var read = function (proxy) {
|
||||||
console.log("Proxy ready!");
|
console.log("Proxy ready!");
|
||||||
|
|
||||||
var otime = +new Date(proxy.atime)
|
var otime = +new Date(proxy.atime);
|
||||||
|
|
||||||
var atime = proxy.atime = ('' + new Date());
|
var atime = proxy.atime = ('' + new Date());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user