Skip to content

Commit cd9ad90

Browse files
jalexanderfoxjimfb
authored andcommitted
fix webcomponent example issue #7056 (#7057)
* fix webcomponent example issue #7056 * update fix issue #7056, remove unused web component callbacks
1 parent 4f00553 commit cd9ad90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webcomponents/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h4>Example Details</h4>
3737

3838
// Define WebComponent
3939
var proto = Object.create(HTMLElement.prototype, {
40-
createdCallback: {
40+
attachedCallback: {
4141
value: function() {
4242
var mountPoint = document.createElement('span');
4343
this.createShadowRoot().appendChild(mountPoint);

0 commit comments

Comments
 (0)