We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f00553 commit cd9ad90Copy full SHA for cd9ad90
examples/webcomponents/index.html
@@ -37,7 +37,7 @@ <h4>Example Details</h4>
37
38
// Define WebComponent
39
var proto = Object.create(HTMLElement.prototype, {
40
- createdCallback: {
+ attachedCallback: {
41
value: function() {
42
var mountPoint = document.createElement('span');
43
this.createShadowRoot().appendChild(mountPoint);
0 commit comments