- From: Joe Pea <notifications@github.com>
- Date: Mon, 22 Feb 2016 13:19:58 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Monday, 22 February 2016 21:20:50 UTC
I've added `console.logs` to the `createdCallback`, `attachedCallback`, etc methods in the `registerElement` calls. This shows two different orderings of output. This is the output for the Meteor version:  This is the output for the static version:  Could there be a load-order problem? Are there any rules on when `registerElement` should be called? I tried placing the static scripts at the end of the page, which changes the output order, but still renders the same thing (broken, not like the Meteor version). --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/392#issuecomment-187387866
Received on Monday, 22 February 2016 21:20:50 UTC