mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
@@ -42,6 +42,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
* (e.g. `this.notifyPath('items')`) to update the tree. Note that all
|
||||
* elements that wish to be updated based on deep mutations must apply this
|
||||
* mixin or otherwise skip strict dirty checking for objects/arrays.
|
||||
* Specifically, any elements in the binding tree between the source of a
|
||||
* mutation and the consumption of it must apply this behavior or enable the
|
||||
* `Polymer.OptionalMutableDataBehavior`.
|
||||
*
|
||||
* In order to make the dirty check strategy configurable, see
|
||||
* `Polymer.OptionalMutableDataBehavior`.
|
||||
@@ -102,6 +105,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
* (e.g. `this.notifyPath('items')`) to update the tree. Note that all
|
||||
* elements that wish to be updated based on deep mutations must apply this
|
||||
* mixin or otherwise skip strict dirty checking for objects/arrays.
|
||||
* Specifically, any elements in the binding tree between the source of a
|
||||
* mutation and the consumption of it must enable this behavior or apply the
|
||||
* `Polymer.OptionalMutableDataBehavior`.
|
||||
*
|
||||
* While this behavior adds the ability to forgo Object/Array dirty checking,
|
||||
* the `mutableData` flag defaults to false and must be set on the instance.
|
||||
|
||||
@@ -57,6 +57,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
* (e.g. `this.notifyPath('items')`) to update the tree. Note that all
|
||||
* elements that wish to be updated based on deep mutations must apply this
|
||||
* mixin or otherwise skip strict dirty checking for objects/arrays.
|
||||
* Specifically, any elements in the binding tree between the source of a
|
||||
* mutation and the consumption of it must apply this mixin or enable the
|
||||
* `Polymer.OptionalMutableData` mixin.
|
||||
*
|
||||
* In order to make the dirty check strategy configurable, see
|
||||
* `Polymer.OptionalMutableData`.
|
||||
@@ -132,6 +135,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
* (e.g. `this.notifyPath('items')`) to update the tree. Note that all
|
||||
* elements that wish to be updated based on deep mutations must apply this
|
||||
* mixin or otherwise skip strict dirty checking for objects/arrays.
|
||||
* Specifically, any elements in the binding tree between the source of a
|
||||
* mutation and the consumption of it must enable this mixin or apply the
|
||||
* `Polymer.MutableData` mixin.
|
||||
*
|
||||
* While this mixin adds the ability to forgo Object/Array dirty checking,
|
||||
* the `mutableData` flag defaults to false and must be set on the instance.
|
||||
|
||||
Reference in New Issue
Block a user