Skip to content

Commit b4ac1f3

Browse files
committed
Formatted additions properly.
1 parent 2d282c1 commit b4ac1f3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

inputfiles/overridingTypes.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[
2-
{
3-
"kind": "method",
4-
"interface": "IDBObjectStore",
5-
"name": "createIndex",
6-
"signatures": ["createIndex(name: string, keyPath: string | string[], optionalParameters?: any): IDBIndex"]
7-
},
8-
{
9-
"kind": "property",
10-
"interface": "IDBIndex",
11-
"name": "keyPath",
12-
"type": "string | string[]"
13-
},
2+
{
3+
"kind": "method",
4+
"interface": "IDBObjectStore",
5+
"name": "createIndex",
6+
"signatures": ["createIndex(name: string, keyPath: string | string[], optionalParameters?: any): IDBIndex"]
7+
},
8+
{
9+
"kind": "property",
10+
"interface": "IDBIndex",
11+
"name": "keyPath",
12+
"type": "string | string[]"
13+
},
1414
{
1515
"kind": "method",
1616
"interface": "WebGLRenderingContext",

0 commit comments

Comments
 (0)