A lot of cleaning... jshint likes me now !

This commit is contained in:
Thomas FORGIONE
2015-07-01 10:14:15 +02:00
parent 0af40f3484
commit fab183eaa7
68 changed files with 544 additions and 505 deletions

View File

@@ -1,4 +1,4 @@
var tools = require('../../lib/filterInt')
var tools = require('../../lib/filterInt');
module.exports.index = function(req, res, next) {
@@ -22,4 +22,4 @@ module.exports.index = function(req, res, next) {
res.render('index.jade', res.locals, function(err, result) {
res.send(result);
});
}
};