PolymerElements / paper-dialog-behavior

Makes an element a Material Design dialog
18 stars 22 forks source link

[1.x] Empty line between JSDoc comment and declaration causes analyzer warning #112

Closed web-padawan closed 7 years ago

web-padawan commented 7 years ago

Description

The following warning appears when using polymer-analyzer 2.2.0:

Polymer.PaperDialogBehavior = [Polymer.IronOverlayBehavior, Polymer.PaperDialogBehaviorImpl];
                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

vendor/paper-dialog-behavior/paper-dialog-behavior.html(137,62) warning [unknown-polymer-behavior] - Unable to resolve behavior `Polymer.PaperDialogBehaviorImpl`. Did you import it? Is it annotated with @polymerBehavior?
web-padawan commented 7 years ago

@valdrinkoshi would you mind tagging new 1.x release so I this could be closed? PR already merged.

valdrinkoshi commented 7 years ago

Tagged 1.2.9 👌 Will manually apply the same change on master too