Skip to content

Commit 92ca790

Browse files
japgollyarmanbilge
andauthored
Update src/main/scala/org/scalajs/dom/WindowOrWorkerGlobalScope.scala
Co-authored-by: Arman Bilge <[email protected]>
1 parent ef3ecb5 commit 92ca790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/main/scala/org/scalajs/dom/WindowOrWorkerGlobalScope.scala

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ trait ImageBitmap extends js.Object {
9898
def width: Double = js.native
9999

100100
/** Dispose of all graphical resources associated with an ImageBitmap.
101+
*
102+
* MDN
101103
*/
102104
def close(): Unit = js.native
103105
}

0 commit comments

Comments
 (0)