Skip to content

Commit

Permalink
Slight tweaks based on review.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Nov 6, 2018
1 parent 5d5c95c commit 9e14172
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/legacy/class.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
for (let i=0; i<behaviors.length; i++) {
copyAndFilterProperties(proto, behaviors[i], lifecycle);
}
return lifecycle;
}

function copyAndFilterProperties(proto, infoOrBehavior, lifecycle) {
Expand Down Expand Up @@ -202,7 +201,7 @@
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
Expand Down

0 comments on commit 9e14172

Please sign in to comment.