This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Ups, returning an alert... It seemed to work though.
Mr.doob
12 years ago
parent
2868ca309f
commit
13830c4f94
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
editor/index.html
+ 2
- 1
editor/index.html
View File
@@ -264,7 +264,8 @@
} catch ( error ) {
- return alert( error );
+ alert( error );
+ return;
}