浏览代码

Fix code syntax

j433866 6 年之前
父节点
当前提交
588a8b2a3a
共有 1 个文件被更改,包括 3 次插入3 次删除
  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
             }
         ];
     }