We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efc489 commit a125a4eCopy full SHA for a125a4e
dom/src/main/scala/org/scalajs/dom/DataTransferItemList.scala
@@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSGlobal
14
*/
15
@js.native
16
@JSGlobal
17
-class DataTransferItemList extends js.Object {
+class DataTransferItemList private[this] extends js.Object {
18
19
/** Returns the number of items in the drag data store. */
20
def length: Int = js.native
0 commit comments