Merge pull request #164 from bugkiwi/master

fix aplayer-list listmaxheight bad grammar
This commit is contained in:
DIYgod 2017-11-14 20:16:05 -06:00 committed by GitHub
commit 67e09f7ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
dist/APlayer.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -203,7 +203,7 @@ class APlayer {
</div>
</div>
</div>
<div class="aplayer-list" ${this.option.listmaxheight ? `style="max-height: ${this.option.listmaxheight}` : ``}">
<div class="aplayer-list" ${this.option.listmaxheight ? `style="max-height: ${this.option.listmaxheight}"` : ``}>
<ol>`;
for (let i = 0; i < this.option.music.length; i++) {
eleHTML += `