From 7526a8b2c8fde7e041a023c405a20f75eef0e5a5 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 11 Aug 2015 21:42:55 -0600 Subject: [PATCH] * Minor --- core/fse--class.js | 4 ++++ mods/menu.json | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/core/fse--class.js b/core/fse--class.js index 4b8a37de..e11a06a8 100644 --- a/core/fse--class.js +++ b/core/fse--class.js @@ -203,6 +203,10 @@ function FullScreenEditor(options) { ); }; + this.createViewsForArea = function() { + console.log('views would be created and stuff') + }; + } require('util').inherits(FullScreenEditor, events.EventEmitter); diff --git a/mods/menu.json b/mods/menu.json index ec56a709..d856acee 100644 --- a/mods/menu.json +++ b/mods/menu.json @@ -277,6 +277,7 @@ } } }, + /* "messageAreaMenu" : { "module" : "message_area", "art" : "MSGAREA", @@ -302,7 +303,8 @@ "action" : "@method:postMessage" } ] - }, + } + */ /////////////////////////////////////////////////////////////////////// // Doors ///////////////////////////////////////////////////////////////////////