소스 검색

Update IndoorViewerAPI.js

jinx 4 년 전
부모
커밋
f775cd539b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,