In commit 671e059ea, Carlos merged the commits from the "develop" branch into the "feature/createjs-checkbox" branch.
This is easier to see in a GUI, but here's what's shown for this commit at: https://git-wip-us.apache.org/repos/asf?p=flex-asjs.git;a=commit;h=671e059eabdc153f2a0a56bd212c604596801929 --Dasa On May 1, 2013, at 10:51 AM, Alex Harui <aha...@adobe.com> wrote: > 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, "carlosrov...@apache.org" <carlosrov...@apache.org> > 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 <aha...@apache.org> >> Authored: Tue Apr 30 07:41:15 2013 -0700 >> Committer: Alex Harui <aha...@apache.org> >> 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 > >