Skip to content

Commit

Permalink
fix webcomponent example issue #7056 (#7057)
Browse files Browse the repository at this point in the history
* fix webcomponent example issue #7056

* update fix issue #7056, remove unused web component  callbacks
  • Loading branch information
jalexanderfox authored and jimfb committed Jun 22, 2016
1 parent 4f00553 commit cd9ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webcomponents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h4>Example Details</h4>

// Define WebComponent
var proto = Object.create(HTMLElement.prototype, {
createdCallback: {
attachedCallback: {
value: function() {
var mountPoint = document.createElement('span');
this.createShadowRoot().appendChild(mountPoint);
Expand Down

0 comments on commit cd9ad90

Please sign in to comment.