On Feb 6, 2014 8:24 PM, "Alex Harui" <aha...@adobe.com> wrote: > > > > On 2/6/14 6:04 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote: > > >App works fine even though I am getting a warning during the JS > >compilation > >part: > > > >WARNING - Bad type annotation. Unknown type > >org.apache.flex.charts.beads.layouts.BarChartLayout > > [java] var /** @type > >{org.apache.flex.charts.beads.layouts.BarChartLayout} */ barChartLayout = > >org.apache.flex.utils.Language.as (this._strand.getBeadByType(org.apache.fl > >ex.core.IBeadLayout), > >org.apache.flex.charts.beads.layouts.BarChartLayout); > I think this means that BarChartLayout doesn't have a goog.require in the > .js file, which should be output by the cross-compiler if in the .as file > there is an import and the class is referenced.
Is it because I am unable to run gslint on my machine? > > HTH, > -Alex >