|
@@ -22,6 +22,8 @@ var Editor = function () {
|
|
|
|
|
|
// notifications
|
|
|
|
|
|
+ editorCleared: new SIGNALS.Signal(),
|
|
|
+
|
|
|
savingStarted: new SIGNALS.Signal(),
|
|
|
savingFinished: new SIGNALS.Signal(),
|
|
|
|
|
@@ -381,6 +383,8 @@ Editor.prototype = {
|
|
|
|
|
|
this.deselect();
|
|
|
|
|
|
+ this.signals.editorCleared.dispatch();
|
|
|
+
|
|
|
},
|
|
|
|
|
|
//
|