* Very minor

This commit is contained in:
Bryan Ashby
2015-08-17 21:45:11 -06:00
parent d71cae5c37
commit 990dffe880
4 changed files with 28 additions and 13 deletions

View File

@@ -23,7 +23,10 @@ function MessageAreaModule(options) {
this.menuMethods = {
changeArea : function(formData, extraArgs) {
// :TODO: really, we just need to go to a menu with a list of areas to select from and call a @systemMethod:setMessageArea() call with fallback to here
self.client.user.persistProperty('message_area_id', 2, function persisted(err) {
}); // :TODO: just for testing
}
};
}