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: default projection typo #47

Merged
merged 1 commit into from
Jan 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: default projection typo
  • Loading branch information
brandonocasey committed Jan 22, 2018
commit 06473c01ede2accb4f5145496b99331c51950d63
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ class VR extends Plugin {
this.getVideoEl_().style.display = '';

// set the current projection to the default
this.currentProjection_ = this.defaultProjection;
this.currentProjection_ = this.defaultProjection_;

if (this.observer_) {
this.observer_.disconnect();
Expand Down