Skip to content

Commit

Permalink
@mixes -> @appliesMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani authored and aomarks committed Apr 28, 2017
1 parent f7e8021 commit 1f21ab1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/elements/array-selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
* @customElement
* @polymer
* @extends Polymer.Element
* @mixes Polymer.ArraySelectorMixin
* @appliesMixin Polymer.ArraySelectorMixin
* @memberof Polymer
* @summary Custom element that links paths between an input `items` array and
* an output `selected` item or array based on calls to its selection API.
Expand Down
2 changes: 1 addition & 1 deletion lib/elements/dom-bind.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* binding scope.
*
* @extends HTMLElement
* @mixes Polymer.PropertyEffects
* @appliesMixin Polymer.PropertyEffects
* @memberof Polymer
* @summary Custom element to allow using Polymer's template features (data
* binding, declarative event listeners, etc.) in the main document.
Expand Down
2 changes: 1 addition & 1 deletion lib/elements/dom-repeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
* @polymer
* @memberof Polymer
* @extends Polymer.Element
* @mixes Polymer.MutableData
* @appliesMixin Polymer.MutableData
* @summary Custom element for stamping instance of a template bound to
* items in an array.
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/legacy/legacy-element-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
*
* @mixinFunction
* @polymer
* @mixes Polymer.ElementMixin
* @mixes Polymer.GestureEventListeners
* @appliesMixin Polymer.ElementMixin
* @appliesMixin Polymer.GestureEventListeners
* @property isAttached {boolean} Set to `true` in this element's
* `connectedCallback` and `false` in `disconnectedCallback`
* @memberof Polymer
Expand Down
2 changes: 1 addition & 1 deletion lib/mixins/element-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
*
* @mixinFunction
* @polymer
* @mixes Polymer.PropertyEffects
* @appliesMixin Polymer.PropertyEffects
* @memberof Polymer
* @property rootPath {string} Set to the value of `Polymer.rootPath`,
* which defaults to the main document path
Expand Down
4 changes: 2 additions & 2 deletions lib/mixins/property-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -1047,8 +1047,8 @@
*
* @mixinFunction
* @polymer
* @mixes Polymer.TemplateStamp
* @mixes Polymer.PropertyAccessors
* @appliesMixin Polymer.TemplateStamp
* @appliesMixin Polymer.PropertyAccessors
* @memberof Polymer
* @summary Element class mixin that provides meta-programming for Polymer's
* template binding and data observation system.
Expand Down
2 changes: 1 addition & 1 deletion polymer-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @constructor
* @implements {Polymer_ElementMixin}
* @extends HTMLElement
* @mixes Polymer.ElementMixin
* @appliesMixin Polymer.ElementMixin
* @summary Custom element base class that provides the core API for Polymer's
* key meta-programming features including template stamping, data-binding,
* attribute deserialization, and property change observation
Expand Down

0 comments on commit 1f21ab1

Please sign in to comment.