Skip to content

Commit

Permalink
[DOC] Fix ListView generic parameter default printed as "undefined"
Browse files Browse the repository at this point in the history
Change-Id: Ib50479dfa602521c3aa4834eb1d7a0a1232cfaa0
  • Loading branch information
tbuschto committed Jan 20, 2020
1 parent 07fe420 commit bed3105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/ListView.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"markdown_only": true,
"module": "tabris-decorators",
"generics": [{"name": "ItemType"}],
"generics": [{"name": "ItemType", "default": "any"}],
"namespace": false,
"jsxChildren": ["Cell"],
"links": [
Expand Down

0 comments on commit bed3105

Please sign in to comment.