Someone just mentioned to me that the Basic project no longer gets built,
and I guess that I need to make changes to a different project. Is it HTML
now? Maybe we should remove the Basic project code to avoid confusion, and
if anything needs to be restored later, we can find it in the history.

- Josh

On Fri, Dec 2, 2016 at 3:06 PM, <joshtynj...@apache.org> wrote:

> Repository: flex-asjs
> Updated Branches:
>   refs/heads/develop aea0364bc -> 7eef1e435
>
>
> SliderTrackView: ignore coercion of WrappedHTMLElement
>
>
> Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1d39b6eb
> Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1d39b6eb
> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1d39b6eb
>
> Branch: refs/heads/develop
> Commit: 1d39b6eb9c8e7ccd045cfa0f8faeb79c3a38976a
> Parents: 4e7c736
> Author: Josh Tynjala <joshtynj...@apache.org>
> Authored: Fri Dec 2 15:05:40 2016 -0800
> Committer: Josh Tynjala <joshtynj...@apache.org>
> Committed: Fri Dec 2 15:05:40 2016 -0800
>
> ----------------------------------------------------------------------
>  .../src/main/flex/org/apache/flex/html/beads/SliderTrackView.as     | 1 +
>  1 file changed, 1 insertion(+)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/
> 1d39b6eb/frameworks/projects/Basic/src/main/flex/org/
> apache/flex/html/beads/SliderTrackView.as
> ----------------------------------------------------------------------
> diff --git 
> a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/SliderTrackView.as
> b/frameworks/projects/Basic/src/main/flex/org/apache/flex/
> html/beads/SliderTrackView.as
> index 4290ac7..eac9d32 100644
> --- a/frameworks/projects/Basic/src/main/flex/org/apache/flex/
> html/beads/SliderTrackView.as
> +++ b/frameworks/projects/Basic/src/main/flex/org/apache/flex/
> html/beads/SliderTrackView.as
> @@ -89,6 +89,7 @@ package org.apache.flex.html.beads
>                  *  @playerversion Flash 10.2
>                  *  @playerversion AIR 2.6
>                  *  @productversion FlexJS 0.0
> +         *  @flexjsignorecoercion org.apache.flex.core.WrappedHTMLElement
>                  */
>                 override public function set strand(value:IStrand):void
>                 {
>
>

Reply via email to