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