This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
javascript
/
three.js
peilaus alkaen
https://github.com/tazdij/three.js.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Ups, returning an alert... It seemed to work though.
Mr.doob
12 vuotta sitten
vanhempi
2868ca309f
commit
13830c4f94
1 muutettua tiedostoa
jossa
2 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
2
1
editor/index.html
+ 2
- 1
editor/index.html
Näytä tiedosto
@@ -264,7 +264,8 @@
} catch ( error ) {
- return alert( error );
+ alert( error );
+ return;
}