Browse Source

Editor: Added new signal.

Mr.doob 1 year ago
parent
commit
685a366e4c
1 changed files with 1 additions and 0 deletions
  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号