googlearchive / polylint

Lint polymer!
BSD 3-Clause "New" or "Revised" License
116 stars 19 forks source link

Inherited behavior methods used in template are being reported as undefined #148

Open bendavis78 opened 7 years ago

bendavis78 commented 7 years ago

When using an inherited behavior method an element's template, it gets reported as not a function.

scasagrande-d2l commented 7 years ago

+1

GioDavid commented 7 years ago

I have the same issue when I have properties in an inherited behavior.

daniele-orlando commented 7 years ago

Same here, even correctly imported and annotated behaviours (/** @polymerBehavior My.MyBehavior */).

mgibas commented 6 years ago

Related #83