Sfoglia il codice sorgente

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

Mr.doob 12 anni fa
parent
commit
13830c4f94
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      editor/index.html

+ 2 - 1
editor/index.html

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