| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-14 10:09:38 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-14 10:09:38 +0200 | 
| commit | ac5b50e4a622ee0885678a96c69af7f49290bcee (patch) | |
| tree | 24907ac28e1251af33e1790cbb9c4a3d3be34810 /src/Action | |
| parent | 85c6127369e984ef89bb06bf1139fab4aa07e790 (diff) | |
...
Diffstat (limited to 'src/Action')
| -rw-r--r-- | src/Action/Ports.elm | 2 | 
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) | 


