Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
* each array in `data` specifies a group. See examples above.
*
* @attribute data
* @type array
* @type Array
* @default null
*/
data: null,
Expand All @@ -236,7 +236,7 @@
* contain the user data to be assigned to `groupModel`.
*
* @attribute groups
* @type array
* @type Array
* @default null
*/
groups: null,
Expand Down