This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
javascript
/
three.js
réplica de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Ups, returning an alert... It seemed to work though.
Mr.doob
%!s(int64=12) %!d(string=hai) anos
pai
2868ca309f
achega
13830c4f94
Modificáronse 1 ficheiros
con
2 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de 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;
}