Fix jsdoc for notification types

This commit is contained in:
Clark Winkelmann 2018-02-09 02:53:05 +01:00
parent ff10ed0ea9
commit a53d95a3d9
No known key found for this signature in database
GPG Key ID: AC336FBC86CCD80B

View File

@ -31,7 +31,7 @@ export default class NotificationGrid extends Component {
/**
* Information about the available notification types.
*
* @type {Object}
* @type {Array}
*/
this.types = this.notificationTypes().toArray();
@ -196,6 +196,7 @@ export default class NotificationGrid extends Component {
* Each notification type is an object which has the following properties:
*
* - `name` The name of the notification type.
* - `icon` The icon to display in the notification grid row.
* - `label` The label to display in the notification grid row.
*
* @return {ItemList}