Archived
1
0
This commit is contained in:
Jeff
2016-05-03 14:20:35 -04:00
parent 98b2834bd1
commit 7767b6d436
2 changed files with 2 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ DynReply.prototype.translate = function(dx, dy) {
}
DynReply.prototype.moveTo = function(x,y) {
console.log(this);
if(x && y) {
var nx = document.body.clientLeft - x ;
if (nx > 0 && y > 0 && nx < document.body.clientWidth && y < document.body.clientHeight ) {