Skip to content

Commit f28f9a9

Browse files
authored
Formatting?
1 parent 72652bc commit f28f9a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dom/src/main/scala/org/scalajs/dom/ImageData.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class ImageData extends js.Object {
2727

2828
/** Is an unsigned long representing the actual height, in pixels, of the ImageData. */
2929
def height: Int = js.native
30+
3031
/**
3132
* Create an ImageData instance from an array of pixel data and a width.
3233
* @param data pixel data

0 commit comments

Comments
 (0)