This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
javascript
/
three.js
miroir de
https://github.com/tazdij/three.js.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Ups, returning an alert... It seemed to work though.
Mr.doob
il y a 12 ans
Parent
2868ca309f
commit
13830c4f94
1 fichiers modifiés
avec
2 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
2
1
editor/index.html
+ 2
- 1
editor/index.html
Voir le fichier
@@ -264,7 +264,8 @@
} catch ( error ) {
- return alert( error );
+ alert( error );
+ return;
}