瀏覽代碼

Ups, returning an alert... It seemed to work though.

Mr.doob 12 年之前
父節點
當前提交
13830c4f94
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      editor/index.html

+ 2 - 1
editor/index.html

@@ -264,7 +264,8 @@
 
 							} catch ( error ) {
 
-								return alert( error );
+								alert( error );
+								return;
 
 							}