Explorar el Código

Editor: Added new signal.

Mr.doob hace 1 año
padre
commit
685a366e4c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      editor/js/Editor.js

+ 1 - 0
editor/js/Editor.js

@@ -36,6 +36,7 @@ function Editor() {
 		// notifications
 
 		editorCleared: new Signal(),
+		storageLoaded: new Signal(),
 
 		savingStarted: new Signal(),
 		savingFinished: new Signal(),

粤ICP备19079148号