This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
javascript
/
three.js
同期ミラー
https://github.com/tazdij/three.js.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Ups, returning an alert... It seemed to work though.
Mr.doob
12 年 前
親
2868ca309f
コミット
13830c4f94
1 ファイル変更
、
2 行追加
、
1 行削除
分割表示
差分情報を表示
2
1
editor/index.html
+ 2
- 1
editor/index.html
ファイルの表示
@@ -264,7 +264,8 @@
} catch ( error ) {
- return alert( error );
+ alert( error );
+ return;
}