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

[audio-button-response] Fix undefined startTime #1194

Closed
wants to merge 1 commit into from
Closed

[audio-button-response] Fix undefined startTime #1194

wants to merge 1 commit into from

Commits on Nov 15, 2020

  1. [audio-button-response] Fix undefined startTime

    In the plugin `audio-button-response` when the audio is started and `context` is already defined a `startAudio` variable is used, but never defined, this causes e JS error: `Uncaught ReferenceError: startTime is not defined`.
    
    This commit fixes the issue by inlining the variable since this was not reused anywhere else.
    esolitos committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    d0b15e0 View commit details
    Browse the repository at this point in the history