Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] target is null exception #617

Merged
merged 1 commit into from
Nov 4, 2017
Merged

Conversation

oemueller
Copy link
Contributor

Link to related issue (if applicable)

Sumary of proposed changes

when using 'play-large' without a 'play' button, the statement target = target[0]; caused an error. So it is necessary to first check the value of target before accessing [0]

Task list

when using 'play-large' without a 'play' button, the statement target = target[0]; caused an error. So it is necessary to check the value of target before accessing [0]
@sampotts sampotts merged commit e44e93c into sampotts:master Nov 4, 2017
@sampotts
Copy link
Owner

sampotts commented Nov 4, 2017

Cheers for this 👍

filips123 pushed a commit to filips123/plyr that referenced this pull request Nov 22, 2018
[bugfix] target is null exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants