@mixes -> @appliesMixin

This commit is contained in:
Justin Fagnani 2017-04-26 15:05:33 -07:00 committed by Alexander Marks
parent f7e8021e78
commit 1f21ab1acd
7 changed files with 9 additions and 9 deletions

View File

@ -394,7 +394,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* @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.

View File

@ -41,7 +41,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* 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.

View File

@ -116,7 +116,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* @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.
*/

View File

@ -32,8 +32,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*
* @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

View File

@ -103,7 +103,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*
* @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

View File

@ -1047,8 +1047,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*
* @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.

View File

@ -23,7 +23,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* @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