Skip to content

Commit

Permalink
Update dom/src/main/scala/org/scalajs/dom/NDEFRecord.scala
Browse files Browse the repository at this point in the history
Co-authored-by: zetashift <rskaraya@gmail.com>
  • Loading branch information
FabioPinheiro and zetashift authored Aug 22, 2023
1 parent e034e26 commit 3524a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dom/src/main/scala/org/scalajs/dom/NDEFRecord.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class NDEFRecord extends js.Object {

/** Returns a DataView containing the raw bytes of the record's payload. */
var data: js.typedarray.DataView = js.native
// var data: DataView = js.native

/** Returns the encoding of a textual payload, or null otherwise. */
var encoding: js.UndefOr[String] = js.native
Expand Down

0 comments on commit 3524a12

Please sign in to comment.