Kaynağa Gözat

Fix build.

tags/2.5.6
Matthew Petroff 5 yıl önce
ebeveyn
işleme
a8df695d6e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/js/pannellum.js

+ 1
- 1
src/js/pannellum.js Dosyayı Görüntüle

@@ -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);


Yükleniyor…
İptal
Kaydet