* Minor work on fse class. Experimental handling of submit/etc. directly

This commit is contained in:
Bryan Ashby 2015-08-12 22:08:33 -06:00
parent 40e1e1bea8
commit 08bebb560d
4 changed files with 61 additions and 0 deletions

View file

@ -38,6 +38,12 @@ function MessageAreaPostModule(options) {
fse.enter();
};
this.menuMethods = {
fseSubmitProxy : function(formData, extraArgs) {
console.log(formData)
}
};
}
require('util').inherits(MessageAreaPostModule, MenuModule);