This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
javascript
/
three.js
mirror de
https://github.com/tazdij/three.js.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Ups, returning an alert... It seemed to work though.
Mr.doob
há 12 anos atrás
pai
2868ca309f
commit
13830c4f94
1 ficheiros alterados
com
2 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
2
1
editor/index.html
+ 2
- 1
editor/index.html
Ver Ficheiro
@@ -264,7 +264,8 @@
} catch ( error ) {
- return alert( error );
+ alert( error );
+ return;
}