浏览代码

Fix mistake in API documentation.

pull/1024/head
Matthew Petroff 3 年前
父节点
当前提交
dbd7f0c1bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/js/pannellum.js

+ 1
- 1
src/js/pannellum.js 查看文件

@@ -3115,7 +3115,7 @@ this.getScene = function() {
* @memberof Viewer
* @instance
* @param {string} sceneId - The ID of the new scene
* @param {string} config - The configuration of the new scene
* @param {Object} config - The configuration of the new scene
* @returns {Viewer} `this`
*/
this.addScene = function(sceneId, config) {


正在加载...
取消
保存