Skip to content

Commit 231b21c

Browse files
justinfagnaniaomarks
authored andcommitted
@PolymerElement -> @customElement/@Polymer
1 parent a284d77 commit 231b21c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

lib/elements/array-selector.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@
390390
* });
391391
* ```
392392
*
393-
* @polymerElement
393+
* @customElement
394+
* @polymer
394395
* @extends Polymer.Element
395396
* @mixes Polymer.ArraySelectorMixin
396397
* @memberof Polymer

lib/elements/dom-if.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
* Set the `restamp` property to true to force the stamped content to be
3434
* created / destroyed when the `if` condition changes.
3535
*
36-
* @polymerElement
36+
* @customElement
37+
* @polymer
3738
* @extends Polymer.Element
3839
* @memberof Polymer
3940
* @summary Custom element that conditionally stamps and hides or removes

lib/elements/dom-repeat.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
* filter="isEngineer" observe="type manager.type">
113113
* ```
114114
*
115-
* @polymerElement
115+
* @customElement
116+
* @polymer
116117
* @memberof Polymer
117118
* @extends Polymer.Element
118119
* @mixes Polymer.MutableData

polymer-element.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
* features including template stamping, data-binding, attribute deserialization,
1818
* and property change observation.
1919
*
20-
* @polymerElement
20+
* @customElement
21+
* @polymer
2122
* @memberof Polymer
2223
* @constructor
2324
* @implements {Polymer_ElementMixin}

0 commit comments

Comments
 (0)