summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-09-14 10:09:38 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-09-14 10:09:38 +0200
commitac5b50e4a622ee0885678a96c69af7f49290bcee (patch)
tree24907ac28e1251af33e1790cbb9c4a3d3be34810 /src/Action
parent85c6127369e984ef89bb06bf1139fab4aa07e790 (diff)
...
Diffstat (limited to 'src/Action')
-rw-r--r--src/Action/Ports.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Action/Ports.elm b/src/Action/Ports.elm
index c79d918..4d83077 100644
--- a/src/Action/Ports.elm
+++ b/src/Action/Ports.elm
@@ -1,4 +1,4 @@
port module Action.Ports exposing (..)
-port store_new_params : (Int, (List String)) -> (Cmd msg)
+port store_params : (Int, String) -> (Cmd msg)
port reset_params : () -> (Cmd msg)