Can someone explain why Carlos's checkin also provided notifications for my last set of checkins, but under his name? And why is that a good thing?
Thanks, -Alex On 5/1/13 10:25 AM, "[email protected]" <[email protected]> wrote: > Updated Branches: > refs/heads/feature/createjs-checkbox a898de058 -> 671e059ea > > > SimpleBinding must use flash.Events on the AS side for click and other mouse > events > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/05632ae9 > Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/05632ae9 > Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/05632ae9 > > Branch: refs/heads/feature/createjs-checkbox > Commit: 05632ae947411f0c47770c0be99497a9447d3697 > Parents: 128e84c > Author: Alex Harui <[email protected]> > Authored: Tue Apr 30 07:41:15 2013 -0700 > Committer: Alex Harui <[email protected]> > Committed: Tue Apr 30 07:41:15 2013 -0700 > > ---------------------------------------------------------------------- > .../src/org/apache/flex/binding/SimpleBinding.as | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05632ae9/frameworks/as/s > rc/org/apache/flex/binding/SimpleBinding.as > ---------------------------------------------------------------------- > diff --git a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as > b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as > index c5bd392..6e5a72a 100644 > --- a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as > +++ b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as > @@ -18,11 +18,12 @@ > > ////////////////////////////////////////////////////////////////////////////// > // > package org.apache.flex.binding > { > + import flash.events.IEventDispatcher; > + import flash.events.Event; > + > import org.apache.flex.core.IBead; > import org.apache.flex.core.IStrand; > import org.apache.flex.core.IDocument; > - import org.apache.flex.events.Event; > - import org.apache.flex.events.IEventDispatcher; > > public class SimpleBinding implements IBead, IDocument > { > -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui
