Procházet zdrojové kódy

Update IndoorViewerAPI.js

jinx před 4 roky
rodič
revize
f775cd539b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      IndoorViewerAPI.js

+ 1 - 1
IndoorViewerAPI.js

@@ -206683,7 +206683,7 @@ and limitations under the License.
                 var t = this.ViewService.mapView.getDefaultViewport()
                   , e = this.ViewService.mapView.getCamera()
                   , n = t.getWidth() / (e.right - e.left);
-				  alert(Number(n.toFixed(4)))
+				  
                 return Number(n.toFixed(4))
             },
             enumerable: !0,