Repository: flex-sdk Updated Branches: refs/heads/develop 0cb12ee3f -> 07e7bcf74
FLEX-34837 Minor changes: asdocs, making some private functions static where applicable, removing unused namespaces. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/462a85b9 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/462a85b9 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/462a85b9 Branch: refs/heads/develop Commit: 462a85b9bc675ebf88175c63c948bf9e752f36e8 Parents: 0cb12ee Author: Mihai Chira <[email protected]> Authored: Sat Jul 25 15:32:22 2015 +0200 Committer: Mihai Chira <[email protected]> Committed: Sat Jul 25 15:34:25 2015 +0200 ---------------------------------------------------------------------- .../gridClasses/DefaultGridItemEditor.mxml | 5 +-- .../components/gridClasses/GridItemEditor.as | 43 +++++++++----------- 2 files changed, 21 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/462a85b9/frameworks/projects/spark/src/spark/components/gridClasses/DefaultGridItemEditor.mxml ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/spark/components/gridClasses/DefaultGridItemEditor.mxml b/frameworks/projects/spark/src/spark/components/gridClasses/DefaultGridItemEditor.mxml index 5b7dea0..d8cfd33 100644 --- a/frameworks/projects/spark/src/spark/components/gridClasses/DefaultGridItemEditor.mxml +++ b/frameworks/projects/spark/src/spark/components/gridClasses/DefaultGridItemEditor.mxml @@ -42,8 +42,7 @@ --> <s:GridItemEditor xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" - xmlns:mx="library://ns.adobe.com/flex/mx" - xmlns:gridEditorClasses="spark.components.gridEditorClasses.*"> + xmlns:mx="library://ns.adobe.com/flex/mx"> <fx:Script> <