File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 42
42
* (e.g. `this.notifyPath('items')`) to update the tree. Note that all
43
43
* elements that wish to be updated based on deep mutations must apply this
44
44
* mixin or otherwise skip strict dirty checking for objects/arrays.
45
+ * Specifically, any elements in the binding tree between the source of a
46
+ * mutation and the consumption of it must apply this behavior or enable the
47
+ * `Polymer.OptionalMutableDataBehavior`.
45
48
*
46
49
* In order to make the dirty check strategy configurable, see
47
50
* `Polymer.OptionalMutableDataBehavior`.
102
105
* (e.g. `this.notifyPath('items')`) to update the tree. Note that all
103
106
* elements that wish to be updated based on deep mutations must apply this
104
107
* mixin or otherwise skip strict dirty checking for objects/arrays.
108
+ * Specifically, any elements in the binding tree between the source of a
109
+ * mutation and the consumption of it must enable this behavior or apply the
110
+ * `Polymer.OptionalMutableDataBehavior`.
105
111
*
106
112
* While this behavior adds the ability to forgo Object/Array dirty checking,
107
113
* the `mutableData` flag defaults to false and must be set on the instance.
Original file line number Diff line number Diff line change 57
57
* (e.g. `this.notifyPath('items')`) to update the tree. Note that all
58
58
* elements that wish to be updated based on deep mutations must apply this
59
59
* mixin or otherwise skip strict dirty checking for objects/arrays.
60
+ * Specifically, any elements in the binding tree between the source of a
61
+ * mutation and the consumption of it must apply this mixin or enable the
62
+ * `Polymer.OptionalMutableData` mixin.
60
63
*
61
64
* In order to make the dirty check strategy configurable, see
62
65
* `Polymer.OptionalMutableData`.
132
135
* (e.g. `this.notifyPath('items')`) to update the tree. Note that all
133
136
* elements that wish to be updated based on deep mutations must apply this
134
137
* mixin or otherwise skip strict dirty checking for objects/arrays.
138
+ * Specifically, any elements in the binding tree between the source of a
139
+ * mutation and the consumption of it must enable this mixin or apply the
140
+ * `Polymer.MutableData` mixin.
135
141
*
136
142
* While this mixin adds the ability to forgo Object/Array dirty checking,
137
143
* the `mutableData` flag defaults to false and must be set on the instance.
You can’t perform that action at this time.
0 commit comments