Skip to content

Commit

Permalink
fix: default projection typo (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored Jan 22, 2018
1 parent 4b3a89f commit 4c0c7bb
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4c0c7bb

Please sign in to comment.