Skip to content

Commit

Permalink
Fix some appliesMixin annotations still with Polymer namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Jul 21, 2018
1 parent 3ac7eed commit a0a6c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/legacy/legacy-element-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ let styleInterface = window.ShadyCSS;
*
* @mixinFunction
* @polymer
* @appliesMixin Polymer.ElementMixin
* @appliesMixin Polymer.GestureEventListeners
* @appliesMixin ElementMixin
* @appliesMixin GestureEventListeners
* @property isAttached {boolean} Set to `true` in this element's
* `connectedCallback` and `false` in `disconnectedCallback`
* @summary Element class mixin that provides Polymer's "legacy" API
Expand Down

0 comments on commit a0a6c6b

Please sign in to comment.