Repository: flex-utilities Updated Branches: refs/heads/develop 279b88b84 -> 45488c150
Modified the binding example labels to distinguish between examples 1 and 2. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/45488c15 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/45488c15 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/45488c15 Branch: refs/heads/develop Commit: 45488c150e0507bb4bf87551b5cc3f1728682235 Parents: 279b88b Author: Mark Kessler <[email protected]> Authored: Sun Sep 7 15:47:44 2014 -0400 Committer: Mark Kessler <[email protected]> Committed: Sun Sep 7 15:47:44 2014 -0400 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/src/explorer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/45488c15/TourDeFlex/TourDeFlex3/src/explorer.xml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/src/explorer.xml b/TourDeFlex/TourDeFlex3/src/explorer.xml index 77c9ffd..8c50a5e 100755 --- a/TourDeFlex/TourDeFlex3/src/explorer.xml +++ b/TourDeFlex/TourDeFlex3/src/explorer.xml @@ -212,8 +212,8 @@ <node label="Type + Class Selector" app="spark/css/CSSTypeClassSelectorExample" /> </node> <node label="Binding"> - <node label="Bidirectional Binding" app="spark/other/BidirectionalBinding1Example" /> - <node label="Bidirectional Binding" app="spark/other/BidirectionalBinding2Example" /> + <node label="Bidirectional Binding 1" app="spark/other/BidirectionalBinding1Example" /> + <node label="Bidirectional Binding 2" app="spark/other/BidirectionalBinding2Example" /> </node> <node label="Cursors"> <node label="Busy Cursor" app="spark/other/Cursor1Example" />
