Skip to content

Commit 075d58a

Browse files
author
exoego
committed
Prefer js.native for default value in JS APIs
1 parent 5147c02 commit 075d58a

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ abstract class Element
996996
* MDN
997997
*/
998998
def requestFullscreen(
999-
options: FullscreenOptions = ???): js.Promise[Unit] = js.native
999+
options: FullscreenOptions = js.native): js.Promise[Unit] = js.native
10001000

10011001
/**
10021002
* The Element interface's onfullscreenchange property is an event handler

0 commit comments

Comments
 (0)