浏览代码

remove the Cesium.when

tags/2.12.0
Caven Chen 3 年前
父节点
当前提交
903c82c4a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      libs/s3m/S3MTiles/S3MTile.js

+ 1
- 1
libs/s3m/S3MTiles/S3MTile.js 查看文件

@@ -385,7 +385,7 @@ S3MTile.prototype.requestContent = function() {
}

this.contentState = ContentState.LOADING
this.contentReadyPromise = Promise
this.contentReadyPromise = Promise
let contentFailedFunction = getContentFailedFunction(this)

promise

正在加载...
取消
保存