Skip to content

Commit

Permalink
@PolymerElement -> @customElement/@Polymer
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani authored and aomarks committed Apr 28, 2017
1 parent a284d77 commit 231b21c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion lib/elements/array-selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@
* });
* ```
*
* @polymerElement
* @customElement
* @polymer
* @extends Polymer.Element
* @mixes Polymer.ArraySelectorMixin
* @memberof Polymer
Expand Down
3 changes: 2 additions & 1 deletion lib/elements/dom-if.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
* Set the `restamp` property to true to force the stamped content to be
* created / destroyed when the `if` condition changes.
*
* @polymerElement
* @customElement
* @polymer
* @extends Polymer.Element
* @memberof Polymer
* @summary Custom element that conditionally stamps and hides or removes
Expand Down
3 changes: 2 additions & 1 deletion lib/elements/dom-repeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
* filter="isEngineer" observe="type manager.type">
* ```
*
* @polymerElement
* @customElement
* @polymer
* @memberof Polymer
* @extends Polymer.Element
* @mixes Polymer.MutableData
Expand Down
3 changes: 2 additions & 1 deletion polymer-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* features including template stamping, data-binding, attribute deserialization,
* and property change observation.
*
* @polymerElement
* @customElement
* @polymer
* @memberof Polymer
* @constructor
* @implements {Polymer_ElementMixin}
Expand Down

0 comments on commit 231b21c

Please sign in to comment.