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 eda46dd commit 9cb09f2
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion demo/text-area-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ <h3>Minimum Height</h3>
</template>
</vaadin-demo-snippet>

</div>
</template>
<script>
class TextAreaDemos extends DemoReadyEventEmitter(TextFieldDemo(Polymer.Element)) {
Expand Down
1 change: 0 additions & 1 deletion demo/text-field-basic-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ <h3>States</h3>
</vaadin-demo-snippet>


</div>
</template>
<script>
class TextFieldBasicDemos extends DemoReadyEventEmitter(TextFieldDemo(Polymer.Element)) {
Expand Down
1 change: 0 additions & 1 deletion demo/text-field-form-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ <h3>Form Integration</h3>
</vaadin-demo-snippet>


</div>
</template>
<script>
class TextFieldFormDemos extends DemoReadyEventEmitter(TextFieldDemo(Polymer.Element)) {
Expand Down
1 change: 0 additions & 1 deletion demo/text-field-password-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ <h3>Hide the Reveal Button</h3>
</template>
</vaadin-demo-snippet>

</div>
</template>
<script>
class TextFieldPasswordDemos extends DemoReadyEventEmitter(TextFieldDemo(Polymer.Element)) {
Expand Down
1 change: 0 additions & 1 deletion demo/text-field-prefix-suffix-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ <h3>Icons</h3>
</vaadin-demo-snippet>


</div>
</template>
<script>
class TextFieldPrefixSuffixDemos extends DemoReadyEventEmitter(TextFieldDemo(Polymer.Element)) {
Expand Down
1 change: 0 additions & 1 deletion demo/text-field-rtl-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ <h3>Right-to-Left Support</h3>
</vaadin-demo-snippet>


</div>
</template>
<script>
class TextFieldRtlDemos extends DemoReadyEventEmitter(TextFieldDemo(Polymer.Element)) {
Expand Down
1 change: 0 additions & 1 deletion demo/text-field-validators-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ <h3>Asynchronous Custom Validator</h3>

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

<dom-module id="my-ajax">
<template>
Expand Down

0 comments on commit 9cb09f2

Please sign in to comment.