all your semi-colons are belongs to me

This commit is contained in:
psychobunny
2014-10-08 12:18:32 -04:00
parent f4b5090738
commit 729ed6fbda
5 changed files with 6 additions and 6 deletions

View File

@@ -208,7 +208,7 @@ adminController.plugins.get = function(req, res, next) {
res.render('admin/extend/plugins' , {
plugins: plugins
});
})
});
};
adminController.languages.get = function(req, res, next) {
@@ -342,6 +342,6 @@ adminController.themes.get = function(req, res, next) {
return next();
}
});
}
};
module.exports = adminController;