From 2436cec9c2895b504de0a2c6ef257ef5e679532e Mon Sep 17 00:00:00 2001 From: Heather Douglass Date: Thu, 15 Jan 2015 10:00:22 -0800 Subject: [PATCH] Fix array jsdoc, array -> Array --- core-list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-list.html b/core-list.html index 1b41a76..d8cca5b 100644 --- a/core-list.html +++ b/core-list.html @@ -210,7 +210,7 @@ * each array in `data` specifies a group. See examples above. * * @attribute data - * @type array + * @type Array * @default null */ data: null, @@ -236,7 +236,7 @@ * contain the user data to be assigned to `groupModel`. * * @attribute groups - * @type array + * @type Array * @default null */ groups: null,