浏览代码

removing type param access from standalone url

pull/1131/head
Shawn Scofield 2 年前
committed by Matthew Petroff
父节点
当前提交
34f6bee35c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      src/standalone/standalone.js

+ 0
- 1
src/standalone/standalone.js 查看文件

@@ -58,7 +58,6 @@ function parseURLParameters() {
case 'showControls':
configFromURL[option] = JSON.parse(value);
break;
case 'type':
case 'author':
case 'title':
case 'firstScene':


正在加载...
取消
保存