Skip to content

Commit 7abdf75

Browse files
author
exoego
committed
Remove HTMLImageElement.create which is not available anywhere
1 parent e9ae7ad commit 7abdf75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -1546,8 +1546,6 @@ abstract class HTMLImageElement extends HTMLElement {
15461546
*/
15471547
def complete: Boolean = js.native
15481548

1549-
def create(): HTMLImageElement = js.native
1550-
15511549
var onload: js.Function1[Event, _] = js.native
15521550
}
15531551

0 commit comments

Comments
 (0)