add missing semicolons
This commit is contained in:
@@ -13,11 +13,11 @@ function MirrorHandler(img) {
|
||||
img.setCoords().canvas.renderAll();
|
||||
|
||||
return this;
|
||||
}
|
||||
};
|
||||
|
||||
this.getStatus = function() {
|
||||
return _mirrored;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user