Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

[#1056] Fixed issue where vimeo was firing loadeddata prematurely #51

Merged
merged 1 commit into from May 7, 2012

Conversation

dseif
Copy link
Contributor

@dseif dseif commented May 4, 2012

No description provided.

if( time !== currentTime ) {
currentTime = time;
if( time.seconds !== currentTime ) {
currentTime = time.seconds;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This fix is because time is an object which contains duration, percentage, and seconds. I'm assuming we didn't notice this before because timeUpdate was firing so often that it update anyways.

ScottDowne added a commit that referenced this pull request May 7, 2012
[#1056] Fixed issue where vimeo was firing loadeddata prematurely
@ScottDowne ScottDowne merged commit 6ed2b2a into mozilla:master May 7, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants