Skip to content

Commit

Permalink
Update MDN mixins link (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
aguingand authored Sep 11, 2023
1 parent a64d3a2 commit 3c3efdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Because class mixins are a standard JavaScript pattern and not Lit-specific,
there is a good deal of information in the community on leveraging mixins for
code reuse. For more reading on mixins, here are a few good references:

* [Class mixins](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes#mix-ins) on MDN
* [Class mixins](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/extends#mix-ins) on MDN
* [Real Mixins with JavaScript
Classes](https://justinfagnani.com/2015/12/21/real-mixins-with-JavaScript-classes/)
by Justin Fagnani
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Because class mixins are a standard JavaScript pattern and not Lit-specific,
there is a good deal of information in the community on leveraging mixins for
code reuse. For more reading on mixins, here are a few good references:

* [Class mixins](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes#mix-ins) on MDN
* [Class mixins](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/extends#mix-ins) on MDN
* [Real Mixins with JavaScript
Classes](https://justinfagnani.com/2015/12/21/real-mixins-with-JavaScript-classes/)
by Justin Fagnani
Expand Down

0 comments on commit 3c3efdc

Please sign in to comment.