Skip to content

Commit

Permalink
Remove useless closing tag from 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 d95396b commit b5b28d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion demo/split-layout-basic-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ <h3>Resize Notification for the Nested Elements</h3>
</template>
</vaadin-demo-snippet>

</div>
</template>
<script>
class SplitLayoutBasicDemos extends DemoReadyEventEmitter(SplitLayoutDemo(Polymer.Element)) {
Expand Down
1 change: 0 additions & 1 deletion demo/split-layout-integration-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ <h3>Google Maps</h3>
</template>
</vaadin-demo-snippet>

</div>
</template>
<script>
class SplitLayoutIntegrationDemos extends DemoReadyEventEmitter(SplitLayoutDemo(Polymer.Element)) {
Expand Down
2 changes: 1 addition & 1 deletion demo/split-layout-lumo-theme-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3>Subtle</h3>

</template>
</vaadin-demo-snippet>
</div>

</template>
<script>
class SplitLayoutLumoThemeDemos extends DemoReadyEventEmitter(SplitLayoutDemo(Polymer.Element)) {
Expand Down

0 comments on commit b5b28d1

Please sign in to comment.