mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
@mixes -> @appliesMixin
This commit is contained in:
parent
f7e8021e78
commit
1f21ab1acd
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user