This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
samien
/
three.js
réplica de
https://github.com/mrdoob/three.js.git
Seguir
1
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=13) %!d(string=hai) anos
pai
2868ca309f
achega
13830c4f94
Modificáronse 1 ficheiros
con
2 adicións
e
1 borrados
Unificar vista
Mostrar estatísticas de Diff
2
1
editor/index.html
+ 2
- 1
editor/index.html
Ver ficheiro
@@ -264,7 +264,8 @@
} catch ( error ) {
} catch ( error ) {
- return alert( error );
+ alert( error );
+ return;
}
}