Skip to content

Commit 4c9deed

Browse files
armanbilgezetashift
authored andcommitted
Swap scaladocs / annotation
1 parent e590a10 commit 4c9deed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class DataTransferItemList private[this] extends js.Object {
3535
/** Removes all the entries in the drag data store. */
3636
def clear(): Unit = js.native
3737

38-
@js.annotation.JSBracketAccess
3938
/** Returns the DataTransferItem object representing the indexth entry in the drag data store. */
39+
@js.annotation.JSBracketAccess
4040
def apply(index: Int): DataTransferItem = js.native
4141
}

0 commit comments

Comments
 (0)