aboutsummaryrefslogtreecommitdiff
path: root/script.it/script_event/property.ml
diff options
context:
space:
mode:
Diffstat (limited to 'script.it/script_event/property.ml')
-rwxr-xr-xscript.it/script_event/property.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.it/script_event/property.ml b/script.it/script_event/property.ml
index e637ab7..dbdc1de 100755
--- a/script.it/script_event/property.ml
+++ b/script.it/script_event/property.ml
@@ -28,7 +28,7 @@ type t = { prop : [`Angle | `Width ]
; worker : Brr_webworkers.Worker.t
}
-let update { prop; value ; worker } state =
+let process { prop; value ; worker } state =
match prop with
| `Angle ->
let angle = value in