You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by mk...@apache.org on 2013/10/02 02:05:31 UTC

git commit: [flex-sdk] [refs/heads/develop] - Correcting ASDOC comments.

Updated Branches:
  refs/heads/develop 760c581c5 -> c3d5e628a


Correcting ASDOC comments.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c3d5e628
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c3d5e628
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/c3d5e628

Branch: refs/heads/develop
Commit: c3d5e628ab1da9b91cdbcfe2ffd88f467879e53f
Parents: 760c581
Author: Mark Kessler <Ke...@gmail.com>
Authored: Tue Oct 1 20:04:29 2013 -0400
Committer: Mark Kessler <Ke...@gmail.com>
Committed: Tue Oct 1 20:04:29 2013 -0400

----------------------------------------------------------------------
 frameworks/projects/spark/src/spark/components/Grid.as | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c3d5e628/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 1ce7d91..c31e781 100644
--- a/frameworks/projects/spark/src/spark/components/Grid.as
+++ b/frameworks/projects/spark/src/spark/components/Grid.as
@@ -1267,9 +1267,9 @@ public class Grid extends Group implements IDataGridElement, IDataProviderEnhanc
     
     /**
      *  The doubleClick mode of the control.  Possible values are:
-     *  <code>GridSelectionMode.CELL</code>, 
-     *  <code>GridSelectionMode.GRID</code>, 
-     *  <code>GridSelectionMode.ROW</code>, 
+     *  <code>GridDoubleClickMode.CELL</code>, 
+     *  <code>GridDoubleClickMode.GRID</code>, 
+     *  <code>GridDoubleClickMode.ROW</code>, 
      * 
      *  <p>Changing the doubleClickMode changes the double click
      *  criteria for firing the doubleClick event</p>