Skip to content

Commit

Permalink
use call_straight at the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
ybertot committed May 1, 2024
1 parent 0c98981 commit ade4804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/jSmoothTrajectories.ml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ let call_cells s =
let _ =
Js.export "ocamlLib"
(object%js
method straight s = Js.string (call_smooth (Js.to_string s))
method straight s = Js.string (call_straight (Js.to_string s))
method smooth s = Js.string (call_smooth (Js.to_string s))
method cells s = Js.string (call_cells (Js.to_string s))
end)

0 comments on commit ade4804

Please sign in to comment.