Updated Branches: refs/heads/develop 2d04e0729 -> d0baf5f5e
Fixed HTML formating so class correctly compiles in asdocs Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d0baf5f5 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d0baf5f5 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/d0baf5f5 Branch: refs/heads/develop Commit: d0baf5f5e2e9c4e203c8a225fef17165fb715b66 Parents: 2d04e07 Author: Justin Mclean <[email protected]> Authored: Sat Apr 6 14:42:13 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Sat Apr 6 14:42:13 2013 +1100 ---------------------------------------------------------------------- .../projects/spark/src/spark/components/Grid.as | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d0baf5f5/frameworks/projects/spark/src/spark/components/Grid.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/spark/components/Grid.as b/frameworks/projects/spark/src/spark/components/Grid.as index be7e73f..3b49cfd 100644 --- a/frameworks/projects/spark/src/spark/components/Grid.as +++ b/frameworks/projects/spark/src/spark/components/Grid.as @@ -192,7 +192,7 @@ use namespace mx_internal; * overhead to a minimum, pooled and recycled.</p> * * <p>The Grid control supports a doubleClick event, according the <code>doubleClickMode</code> - * property. + * property.</p> * * <p>The Grid control supports selection, according the <code>selectionMode</code> * property. The set of selected row or cell indices can be modified or @@ -210,7 +210,7 @@ use namespace mx_internal; * <p>The Grid control supports smooth scrolling. * Their vertical and horizontal scroll positions define the pixel origin * of the visible part of the grid and the grid's layout only displays - * as many cell item renderers as are needed to fill the available space. </p> + * as many cell item renderers as are needed to fill the available space.</p> * * <p>The Grid control supports variable height rows that automatically compute * their height based on the item renderers' contents. @@ -2271,7 +2271,7 @@ public class Grid extends Group implements IDataGridElement * <p> This property is intended to be used to initialize or bind to the * selection in MXML markup. The setSelectedCell() method should be used * for programatic selection updates, for example when writing a keyboard - * or mouse event handler. </p> > + * or mouse event handler. </p> * * <p>The default value is an empty <code>Vector.<int></code></p> *
