This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
samien
/
three.js
mirror de
https://github.com/mrdoob/three.js.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Ups, returning an alert... It seemed to work though.
Mr.doob
13 anos atrás
pai
2868ca309f
commit
13830c4f94
1 arquivos alterados
com
2 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
2
1
editor/index.html
+ 2
- 1
editor/index.html
Ver arquivo
@@ -264,7 +264,8 @@
} catch ( error ) {
- return alert( error );
+ alert( error );
+ return;
}