Explorar el Código

removing type param access from standalone url

pull/1131/head
Shawn Scofield hace 2 años
committed by Matthew Petroff
padre
commit
34f6bee35c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/standalone/standalone.js

+ 0
- 1
src/standalone/standalone.js Ver fichero

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


Cargando…
Cancelar
Guardar