Browse Source

Clean up pull request.

pull/70/head
Matthew Petroff 9 years ago
parent
commit
dcb7d603f7
2 changed files with 3 additions and 5 deletions
  1. +2
    -4
      .gitignore
  2. +1
    -1
      src/js/pannellum.js

+ 2
- 4
.gitignore View File

@@ -1,7 +1,5 @@
# Ignore builds
build/**

# Ignore OS X stuff
.DS_Store
utils/multires/output
utils/multires/target.jpg
.idea
utils/build/npm-debug.log

+ 1
- 1
src/js/pannellum.js View File

@@ -1332,7 +1332,7 @@ function processOptions() {
}

function toggleFullscreen() {
if (loaded && ! error) {
if (loaded && !error) {
if (!fullscreenActive) {
try {
if (container.requestFullscreen) {


Loading…
Cancel
Save