This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
javascript
/
three.js
kopia lustrzana
https://github.com/tazdij/three.js.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Ups, returning an alert... It seemed to work though.
Mr.doob
12 lat temu
rodzic
2868ca309f
commit
13830c4f94
1 zmienionych plików
z
2 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
2
1
editor/index.html
+ 2
- 1
editor/index.html
Wyświetl plik
@@ -264,7 +264,8 @@
} catch ( error ) {
- return alert( error );
+ alert( error );
+ return;
}