* Notes mostly

This commit is contained in:
Bryan Ashby 2015-06-24 23:12:03 -06:00
parent 8c7d609abb
commit 7df509d5f0
1 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,8 @@ var async = require('async');
var assert = require('assert');
var _ = require('lodash');
// :TODO: rename to fse.js & FullScreenEditor
exports.getModule = MessageEditorModule;
exports.moduleInfo = {
@ -34,6 +36,14 @@ function MessageEditorModule(options) {
});
}
callback(null);
},
function displayBody(callback) {
},
function displayFooter(callback) {
}
]
);