You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by mi...@apache.org on 2015/05/05 13:45:45 UTC

[1/2] git commit: [flex-sdk] [refs/heads/develop] - Correcting typo.

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 08ae82cd2 -> 8667740f3


Correcting typo.


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

Branch: refs/heads/develop
Commit: 8ad9883e280ee5527a3d8f0a301a4f6dff4b9389
Parents: 0bd21ff
Author: Mihai Chira <mi...@apache.org>
Authored: Mon Apr 27 12:13:49 2015 +0100
Committer: Mihai Chira <mi...@apache.org>
Committed: Mon Apr 27 12:13:49 2015 +0100

----------------------------------------------------------------------
 .../spark/src/spark/components/gridClasses/DataGridEditor.as       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8ad9883e/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as b/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as
index 234c67a..c084eba 100644
--- a/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as
+++ b/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as
@@ -953,7 +953,7 @@ public class DataGridEditor
             return true;
         }
         
-        // this happens if the renderer is removed asynchronously ususally with FDS
+        // this happens if the renderer is removed asynchronously usually with FDS
         if (!itemEditorInstance)
             return false;
         


[2/2] git commit: [flex-sdk] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into develop

Posted by mi...@apache.org.
Merge remote-tracking branch 'origin/develop' into develop


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

Branch: refs/heads/develop
Commit: 8667740f36f1f0cde32d96e56addc279fee46b2a
Parents: 8ad9883 08ae82c
Author: Mihai Chira <mi...@apache.org>
Authored: Tue May 5 13:31:00 2015 +0200
Committer: Mihai Chira <mi...@apache.org>
Committed: Tue May 5 13:31:00 2015 +0200

----------------------------------------------------------------------
 .../src/spark/components/gridClasses/DataGridEditor.as  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8667740f/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as
----------------------------------------------------------------------