* Minor work on fse class. Experimental handling of submit/etc. directly
This commit is contained in:
@@ -38,6 +38,12 @@ function MessageAreaPostModule(options) {
|
||||
|
||||
fse.enter();
|
||||
};
|
||||
|
||||
this.menuMethods = {
|
||||
fseSubmitProxy : function(formData, extraArgs) {
|
||||
console.log(formData)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
require('util').inherits(MessageAreaPostModule, MenuModule);
|
||||
|
||||
Reference in New Issue
Block a user