On Mon, Oct 20, 2014 at 4:05 PM, <bigosma...@apache.org> wrote: > Repository: flex-asjs > Updated Branches: > refs/heads/develop 38f906b83 -> 4cf01424b > > > FB caught these compile errors > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4cf01424 > Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4cf01424 > Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4cf01424 > > Branch: refs/heads/develop > Commit: 4cf01424b2f386b49e9f584cedb828a45e0db5b0 > Parents: 38f906b > Author: OmPrakash Muppirala <bigosma...@gmail.com> > Authored: Mon Oct 20 15:58:13 2014 -0700 > Committer: OmPrakash Muppirala <bigosma...@gmail.com> > Committed: Mon Oct 20 15:58:13 2014 -0700 > > ---------------------------------------------------------------------- > .../FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml | 2 +- > .../src/org/apache/flex/html/beads/PanelWithControlBarView.as | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4cf01424/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml > ---------------------------------------------------------------------- > diff --git > a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml > b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml > index f887794..18eb9fb 100644 > --- > a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml > +++ > b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml > @@ -46,6 +46,6 @@ limitations under the License. > </basic:style> > </basic:Label> > <basic:CloseButton id="closeButton" click="clickHandler()" > - > visible="{ITitleBarModel(model).showCloseButton}";/> > + visible="{ITitleBarModel(model).showCloseButton}"/> > > </basic:MXMLBeadViewBase> >
> > > http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4cf01424/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelWithControlBarView.as > ---------------------------------------------------------------------- > diff --git > a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelWithControlBarView.as > b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelWithControlBarView.as > index d53ad6d..338c616 100644 > --- > a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelWithControlBarView.as > +++ > b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelWithControlBarView.as > @@ -176,7 +176,7 @@ package org.apache.flex.html.beads > /** > * @private > */ > - private function changeHandler(event:Event):void > + override protected function changeHandler(event:Event):void > { > layoutChromeElements(); > } > > How did these kind of errors pass through the daily builds? Thanks, Om