Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit a1f0618

Browse files
committed
fix comment
1 parent 995a05a commit a1f0618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Webapi/Webapi__Dom/Webapi__Dom__BeforeUnloadEvent.re

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ include Webapi__Dom__Event.Impl({ type nonrec t = t; });
88
[@bs.get] external returnValue : t => string = "";
99
/**
1010
* returnValue cannot be unset because BS cannot (afaik) bind `delete e['returnValue'];`
11-
* Setting the value to undefined does not either.
11+
* Setting the value to undefined does not cause expected behavior.
1212
*/
1313
[@bs.set] external setReturnValue: (t, string) => unit = "returnValue";

0 commit comments

Comments
 (0)