Browse Source

Fix code syntax

j433866 6 years ago
parent
commit
588a8b2a3a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/core/operations/RotateImage.mjs

+ 3 - 3
src/core/operations/RotateImage.mjs

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