Archived
1
0
This commit is contained in:
Jeff
2016-05-03 14:06:22 -04:00
parent ee3b067555
commit 4e161a5d70
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ DynReply.prototype.moveTo = function(x,y) {
this.elem.setAttribute("style", "top: "+y+"px; right: "+nx+"px;");
this.x = x;
this.y = y;
console(this.x, this.y);
console.log(this.x, this.y);
}
}
}