diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-25 03:52:56 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-25 03:52:56 +0000 |
| commit | 74fe077b29ee681f8e55d14afdbd7c93bc2c1048 (patch) | |
| tree | 831e716c3194a8d93ff59ddb9cad13ccc0fa5379 /node_simple.js | |
| parent | 7c222d2418ba44bd4f2f9ffd844f97f43974029a (diff) | |
updated comments and moved underscoer module from dev to regualr dependensices
Diffstat (limited to 'node_simple.js')
| -rw-r--r-- | node_simple.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/node_simple.js b/node_simple.js index 3741e1e..447c605 100644 --- a/node_simple.js +++ b/node_simple.js @@ -323,7 +323,8 @@ exports.retrieveFollows = function (user_name, callback) { /** * This function will retrieve ALL the comments a user has ever made. - * It returns an array containing objects of the form: {exam_id, comment, date}. + * It returns an array containing objects of the form: {exam_id, comment, date, ... + * course_code, year, term}. * Note: a comment should only exist IF a solution exists. * * @param {string} user_name: the unique user name for the user |
