Explorar el Código

Update IndoorViewerAPI.js

jinx hace 4 años
padre
commit
f775cd539b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,