From a2da7a8629c0937a0bbb48822462a8039f53a312 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 2 Feb 2007 19:53:47 +0000 Subject: [PATCH] Rewrote the comment in English. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@144 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flex/GridUtil.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/as/com/threerings/flex/GridUtil.as b/src/as/com/threerings/flex/GridUtil.as index 2c1f7548..e0249907 100644 --- a/src/as/com/threerings/flex/GridUtil.as +++ b/src/as/com/threerings/flex/GridUtil.as @@ -53,8 +53,8 @@ public class GridUtil } /** - * A convenience function to the specified component to the - * specified row. + * Add a child to the specified grid row, returning the + * GridItem created for containment of the child. */ public static function addToRow (row :GridRow, comp :UIComponent) :GridItem {