Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

[1.x] analyzer warning: ScannedBehavior has both HTML doc and JSDoc comments #117

@web-padawan

Description

@web-padawan

Description

The following warning is produced by polymer-analyzer:

  Polymer.PaperItemBehaviorImpl = {
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    hostAttributes: {
~~~~~~~~~~~~~~~~~~~~~
      role: 'option',
~~~~~~~~~~~~~~~~~~~~~
      tabindex: '0'
~~~~~~~~~~~~~~~~~~~
    }
~~~~~
  };
~~~~

The reason is this issue

Actually behaviors should only have a JSDoc comment, so I suggest getting rid of HTML comment at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions