Archived
1
0

add semicolon

This commit is contained in:
Jeff Becker
2016-04-30 15:01:11 -04:00
parent 01bd911084
commit d99a222434
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ function DynReply(existingElem) {
}
DynReply.prototype.moveTo = function(x,y) {
this.elem.setAttribute("style", "top: "+y+"px; left: "+x+"px");
this.elem.setAttribute("style", "top: "+y+"px; left: "+x+"px;");
}
DynReply.prototype.update = function() {