Fix code syntax

This commit is contained in:
j433866 2019-03-04 13:48:29 +00:00
parent f281a32a4e
commit 588a8b2a3a
1 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@ class RotateImage extends Operation {
this.presentType = "html"; this.presentType = "html";
this.args = [ this.args = [
{ {
"name": "Rotation amount (degrees)", name: "Rotation amount (degrees)",
"type": "number", type: "number",
"value": 90 value: 90
} }
]; ];
} }