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: Check correct options when passing in BoxAnnotations instance #584

Merged
merged 2 commits into from
Jan 17, 2018

Conversation

pramodsum
Copy link
Contributor

No description provided.

@boxcla
Copy link

boxcla commented Jan 12, 2018

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

document.addEventListener('webkitfullscreenchange', this.fullscreenchangeHandler);
document.addEventListener('mozfullscreenchange', this.fullscreenchangeHandler);
document.addEventListener('MSFullscreenChange', this.fullscreenchangeHandler);
document.addEventListener('fullscreenchange', this.fullscreenchangeHandler);
Copy link
Contributor

Choose a reason for hiding this comment

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

What're the reasons for removing these event listeners?

Copy link
Contributor

Choose a reason for hiding this comment

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

We were playing around with those on Friday. @DanDeMicco has a PR addressing this soon :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whoops I might have forgotten to properly rebase with this. It's unrelated to my commit. Fixing that now

@pramodsum pramodsum merged commit 30e171e into box:master Jan 17, 2018
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