Work on bonfire and make better .jshintrc files

This commit is contained in:
webdev
2015-01-16 18:58:27 -05:00
parent ca1f9068b8
commit adac5f6352
15 changed files with 2084 additions and 209 deletions

View File

@@ -16,4 +16,5 @@ exports.index = function(req, res) {
cc: req.user ? req.user.challengesHash : undefined
});
});
};
};