Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality

Conflicts:
	src/database.js
This commit is contained in:
psychobunny
2014-04-14 17:36:10 -04:00
107 changed files with 485 additions and 466 deletions

View File

@@ -468,4 +468,4 @@ accountsController.getNotifications = function(req, res, next) {
});
};
module.exports = accountsController;
module.exports = accountsController;

View File

@@ -169,4 +169,4 @@ adminController.sounds.get = function(req, res, next) {
});
};
module.exports = adminController;
module.exports = adminController;

View File

@@ -47,4 +47,4 @@ usersController.getCSV = function(req, res, next) {
});
};
module.exports = usersController;
module.exports = usersController;

View File

@@ -70,4 +70,4 @@ apiController.getConfig = function(req, res, next) {
};
module.exports = apiController;
module.exports = apiController;

View File

@@ -266,4 +266,4 @@ Controllers.outgoing = function(req, res, next) {
}
};
module.exports = Controllers;
module.exports = Controllers;

View File

@@ -181,4 +181,4 @@ topicsController.get = function(req, res, next) {
});
};
module.exports = topicsController;
module.exports = topicsController;

View File

@@ -100,4 +100,4 @@ usersController.getUsersForSearch = function(req, res, next) {
module.exports = usersController;
module.exports = usersController;