You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/25 10:53:47 UTC

git commit: [flex-asjs] [refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list] - FLEX-35328 - Fix typo in mdl-manifest

Repository: flex-asjs
Updated Branches:
  refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list 09a4afccf -> f3ea2752e


FLEX-35328 - Fix typo in mdl-manifest


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

Branch: refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list
Commit: f3ea2752e3ef154cdf7c880f183528d325eefb4f
Parents: 09a4afc
Author: piotrz <pi...@apache.org>
Authored: Sun Jun 25 12:53:42 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Sun Jun 25 12:53:42 2017 +0200

----------------------------------------------------------------------
 .../MaterialDesignLite/src/main/resources/mdl-manifest.xml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f3ea2752/frameworks/projects/MaterialDesignLite/src/main/resources/mdl-manifest.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/MaterialDesignLite/src/main/resources/mdl-manifest.xml b/frameworks/projects/MaterialDesignLite/src/main/resources/mdl-manifest.xml
index 53ce2fb..6c5b6ae 100644
--- a/frameworks/projects/MaterialDesignLite/src/main/resources/mdl-manifest.xml
+++ b/frameworks/projects/MaterialDesignLite/src/main/resources/mdl-manifest.xml
@@ -121,6 +121,6 @@
     <component id="UpgradeChildren" class="org.apache.flex.mdl.beads.UpgradeChildren"/>
     <component id="DropDownList" class="org.apache.flex.mdl.DropDownList"/>
     <component id="DropDownListView" class="org.apache.flex.mdl.beads.views.DropDownListView"/>
-    <component id="DropDownListItemRenderer" class="org.apache.flex.mdl.itemRenderers.DropDownListItemRenderer"/>W
+    <component id="DropDownListItemRenderer" class="org.apache.flex.mdl.itemRenderers.DropDownListItemRenderer"/>
 
 </componentPackage>