From ab34cc89b02c3204213432ec79fb538bd7f385ed Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 1 May 2015 11:11:10 -0400 Subject: [PATCH] GroupUi needs love (cleanup, testing, etc) --- src/ui/group/GroupUi.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ui/group/GroupUi.js b/src/ui/group/GroupUi.js index 8eeeaf7..9e330d8 100644 --- a/src/ui/group/GroupUi.js +++ b/src/ui/group/GroupUi.js @@ -1,5 +1,10 @@ /** - * Contains program GroupUi decorator class + * @needsLove + * - References to "quote" should be replaced with generic terminology + * representing a document. + * - Dependencies need to be liberated: Styler; Group. + * - This class is doing too much. + * @end needsLove */ var Class = require( 'easejs' ).Class,