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
             }
         ];
     }