ソースを参照

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':


読み込み中…
キャンセル
保存