more jshinting

This commit is contained in:
psychobunny
2014-03-02 23:07:16 -05:00
parent d20501b29d
commit 88ca3733a7
3 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
"use strict";
var accountsController = {};
var fs = require('fs'),
@@ -167,7 +169,7 @@ accountsController.getAccount = function(req, res, next) {
res.json(userData);
} else {
res.render('account', userData);
};
}
});
});
});