Skip to content

Commit 65213fe

Browse files
committed
generate baselines
1 parent aeb2d85 commit 65213fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

baselines/dom.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8631,7 +8631,7 @@ interface ElementEventMap {
86318631
}
86328632

86338633
/**
8634-
* **`Element`** is the most general base class from which all element objects (i.e. objects that represent elements) in a Document inherit.
8634+
* **`Element`** is the most general base class from which all element objects (i.e.
86358635
*
86368636
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element)
86378637
*/

baselines/ts5.5/dom.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8624,7 +8624,7 @@ interface ElementEventMap {
86248624
}
86258625

86268626
/**
8627-
* **`Element`** is the most general base class from which all element objects (i.e. objects that represent elements) in a Document inherit.
8627+
* **`Element`** is the most general base class from which all element objects (i.e.
86288628
*
86298629
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element)
86308630
*/

0 commit comments

Comments
 (0)