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

Fix: filmstrip on previously played video #680

Merged
merged 4 commits into from
Feb 26, 2018

Conversation

DanDeMicco
Copy link
Contributor

@DanDeMicco DanDeMicco commented Feb 22, 2018

This fixes an issue where the filmstrip wasn't appearing on hover of the scrubber for previously played video (when scrubber is blue)

@boxcla
Copy link

boxcla commented Feb 22, 2018

Verified that @DanDeMicco has signed the CLA. Thanks for the pull request!

/**
* Called when user moves mouse over the scrubber
*
* @param {functon} cb the callback function to be executed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick - @param {Function} cb - The callback function to be executed

Note capital Function (we typically capitalize Object, Function, and Array and lowercase string, boolean, number in JSDoc) and dash between variable name and description

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, i didnt even manage to spell function right!

Copy link
Contributor

@tonyjin tonyjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't quite follow what's going on here, mind explaining the fix? Thanks!

@DanDeMicco DanDeMicco merged commit d701f65 into box:master Feb 26, 2018
@DanDeMicco DanDeMicco deleted the filmstrip branch February 26, 2018 19:06
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.

4 participants