Skip to content

Commit

Permalink
Fix indentation in demos [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Feb 12, 2018
1 parent b5b28d1 commit ea6269c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions demo/split-layout-lumo-theme-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ <h3>Subtle</h3>
</template>
</vaadin-demo-snippet>

</template>
<script>
class SplitLayoutLumoThemeDemos extends DemoReadyEventEmitter(SplitLayoutDemo(Polymer.Element)) {
static get is() {
return 'split-layout-lumo-theme-demos';
</template>
<script>
class SplitLayoutLumoThemeDemos extends DemoReadyEventEmitter(SplitLayoutDemo(Polymer.Element)) {
static get is() {
return 'split-layout-lumo-theme-demos';
}
}
}
customElements.define(SplitLayoutLumoThemeDemos.is, SplitLayoutLumoThemeDemos);
</script>
customElements.define(SplitLayoutLumoThemeDemos.is, SplitLayoutLumoThemeDemos);
</script>
</dom-module>

0 comments on commit ea6269c

Please sign in to comment.