Skip to content

Commit deffe6c

Browse files
TATSUNO Yasuhirosjrd
TATSUNO Yasuhiro
authored andcommitted
Remove HTMLImageElement.create which is not available anywhere (#366)
1 parent e9ae7ad commit deffe6c

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)