Switch to central controller for distributed control flow

This commit is contained in:
Ludwig Schubert
2017-08-09 16:47:35 -07:00
parent 929b159aaa
commit 9fe826447b
37 changed files with 5358 additions and 4778 deletions
+1 -5
View File
@@ -25,10 +25,6 @@ ${page(".l-body")}
</div>
`);
export default class Appendix extends T(HTMLElement) {
static get is() { return "d-appendix"; }
export class Appendix extends T(HTMLElement) {
}
customElements.define(Appendix.is, Appendix);