Browse Source

Fix code syntax

j433866 6 năm trước cách đây
mục cha
commit
588a8b2a3a
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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.args = [
             {
-                "name": "Rotation amount (degrees)",
-                "type": "number",
-                "value": 90
+                name: "Rotation amount (degrees)",
+                type: "number",
+                value: 90
             }
         ];
     }