Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kvchari committed Jan 12, 2022
1 parent ff7da91 commit b7c0b42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/preact/amp-base-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ export class AmpPreactBaseElement extends PreactBaseElement {
}

/**
*
* Changes the inheritance hierarchy of X such that it now extends from Y.
* If X previously inherited from Z, it now no longer does so.
* Dangerous, use sparingly!
* @param {*} X
* @param {*} Y
* @return {*}
Expand Down

0 comments on commit b7c0b42

Please sign in to comment.