Skip to content

Commit 2125e75

Browse files
committed
fix: fix for reviews
1 parent a2ede18 commit 2125e75

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

baselines/dom.generated.d.ts

-10
Original file line numberDiff line numberDiff line change
@@ -14654,11 +14654,6 @@ interface EXT_blend_minmax {
1465414654
readonly MAX_EXT: number;
1465514655
}
1465614656

14657-
declare var EXT_blend_minmax: {
14658-
prototype: EXT_blend_minmax;
14659-
new(): EXT_blend_minmax;
14660-
};
14661-
1466214657
interface EXT_frag_depth {
1466314658
}
1466414659

@@ -14826,11 +14821,6 @@ interface WEBGL_lose_context {
1482614821
restoreContext(): void;
1482714822
}
1482814823

14829-
declare var WEBGL_lose_context: {
14830-
prototype: WEBGL_lose_context;
14831-
new(): WEBGL_lose_context;
14832-
};
14833-
1483414824
declare type EventListenerOrEventListenerObject = EventListener | EventListenerObject;
1483514825

1483614826
interface DecodeErrorCallback {

inputfiles/addedTypes.json

-6
Original file line numberDiff line numberDiff line change
@@ -1926,9 +1926,6 @@
19261926
"kind": "interface",
19271927
"name": "EXT_blend_minmax",
19281928
"flavor": "DOM",
1929-
"constructorSignatures": [
1930-
"new(): EXT_blend_minmax"
1931-
],
19321929
"properties": [
19331930
{
19341931
"readonly": true,
@@ -2466,9 +2463,6 @@
24662463
"kind": "interface",
24672464
"name": "WEBGL_lose_context",
24682465
"flavor": "DOM",
2469-
"constructorSignatures": [
2470-
"new(): WEBGL_lose_context"
2471-
],
24722466
"methods": [
24732467
{
24742468
"name": "loseContext",

0 commit comments

Comments
 (0)