add missing semicolon
This commit is contained in:
@@ -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());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user