Skip to content

Commit 3524a12

Browse files
Update dom/src/main/scala/org/scalajs/dom/NDEFRecord.scala
Co-authored-by: zetashift <rskaraya@gmail.com>
1 parent e034e26 commit 3524a12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

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

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

0 commit comments

Comments
 (0)