Slight tweaks based on review.

This commit is contained in:
Steven Orvell
2018-11-06 14:55:54 -08:00
parent 5d5c95caec
commit 9e141723a3
+1 -2
View File
@@ -99,7 +99,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
for (let i=0; i<behaviors.length; i++) {
copyAndFilterProperties(proto, behaviors[i], lifecycle);
}
return lifecycle;
}
function copyAndFilterProperties(proto, infoOrBehavior, lifecycle) {
@@ -202,7 +201,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
entire list of lifecycle methods, it's important to call `super`.
The element's `properties`, `observers`, and the `_registered` method
are controlled via the finalization mechanism provided by `Properties-Mixin`.
are controlled via the finalization mechanism provided by `PropertiesMixin`.
`Properties` and `observers` are collected by manually traversing the prototype
chain and merging. The `_registered` method is called via