@@ -186,6 +186,7 @@
signals.sceneGraphChanged.add( saveState );
signals.scriptChanged.add( saveState );
+ /*
var showDialog = function ( content ) {
dialog.clear();
@@ -196,6 +197,7 @@
};
signals.showDialog.add( showDialog );
+ */
} );
@@ -22,7 +22,7 @@ var Editor = function () {
playAnimation: new SIGNALS.Signal(),
stopAnimation: new SIGNALS.Signal(),
- showDialog: new SIGNALS.Signal(),
+ // showDialog: new SIGNALS.Signal(),
// notifications
@@ -272,7 +272,6 @@ Menubar.File = function ( editor ) {
*/
-
//
var exportString = function ( output ) {