Explorar el Código

Fix build.

tags/2.5.6
Matthew Petroff hace 5 años
padre
commit
a8df695d6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/js/pannellum.js

+ 1
- 1
src/js/pannellum.js Ver fichero

@@ -2341,7 +2341,7 @@ function stopOrientation() {
*/
function startOrientation() {
if (typeof DeviceMotionEvent.requestPermission === 'function') {
DeviceOrientationEvent.requestPermission().then(response => {
DeviceOrientationEvent.requestPermission().then(function(response) {
if (response == 'granted') {
orientation = 1;
window.addEventListener('deviceorientation', orientationListener);


Cargando…
Cancelar
Guardar