Skip to content

Commit 67e09f7

Browse files
author
DIYgod
authored
Merge pull request DIYgod#164 from bugkiwi/master
fix aplayer-list listmaxheight bad grammar
2 parents 6b252a2 + 00aac89 commit 67e09f7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/APlayer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/APlayer.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/APlayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class APlayer {
203203
</div>
204204
</div>
205205
</div>
206-
<div class="aplayer-list" ${this.option.listmaxheight ? `style="max-height: ${this.option.listmaxheight}` : ``}">
206+
<div class="aplayer-list" ${this.option.listmaxheight ? `style="max-height: ${this.option.listmaxheight}"` : ``}>
207207
<ol>`;
208208
for (let i = 0; i < this.option.music.length; i++) {
209209
eleHTML += `

0 commit comments

Comments
 (0)