add missing semicolons

This commit is contained in:
Martin
2017-10-13 15:40:02 +02:00
parent 885b364f08
commit 0052fdf48e
11 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -13,11 +13,11 @@ function MirrorHandler(img) {
img.setCoords().canvas.renderAll();
return this;
}
};
this.getStatus = function() {
return _mirrored;
}
};
}