Skip to content

Commit c479cf2

Browse files
nafgsjrd
authored andcommitted
Turn BeforeUnloadEvent#returnValue into a var (#344)
1 parent 4cf1503 commit c479cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/scalajs/dom/raw/lib.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5754,7 +5754,7 @@ class TimeRanges extends js.Object {
57545754
@js.native
57555755
@JSGlobal
57565756
class BeforeUnloadEvent extends Event {
5757-
def returnValue: String = js.native
5757+
var returnValue: String = js.native
57585758
}
57595759

57605760
/**

0 commit comments

Comments
 (0)