Browse Source

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

Mr.doob 12 năm trước cách đây
mục cha
commit
13830c4f94
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      editor/index.html

+ 2 - 1
editor/index.html

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