Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Jul 24, 2018
1 parent dfd025b commit d41581a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/paper-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Polymer({
</style>
<!-- when using paper-material from paper-styles you must add a paper-material class -->
<div class="content paper-material" elevation\$="[[elevation]]" animated="">
<div class="content paper-material" elevation\$="[[elevation]]" animated>
<slot></slot>
</div>
`,
Expand Down
4 changes: 2 additions & 2 deletions test/test-radio-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Polymer({
height: 48px;
}
</style>
<div id="container">
<paper-ripple id="ink" class="circle" center=""></paper-ripple>
<paper-ripple id="ink" class="circle" center></paper-ripple>
</div>
`,

Expand Down

0 comments on commit d41581a

Please sign in to comment.