Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 0a2eaa6

Browse files
committed
ENH: refs #254. Cleaning up documentation and comments.
1 parent 2255669 commit 0a2eaa6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/api/public/js/common/common.ajaxapi.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ var ajaxWebApi = {};
66
* response object, including error handling
77
* Parameters:
88
* method: Web API method to call (such as midas.bitstream.list)
9-
* [authenticate]: defaults to true. If set to false, won't login
109
* [args]: Key=value arguments to the web API method, delimited with &
1110
* [success]: Function to be called when this function is finished (one
1211
* arg, the response json object)
@@ -60,7 +59,6 @@ ajaxWebApi._webApiCall = function(params)
6059
}
6160
return;
6261
}
63-
//TODO detect invalid (expired) token. If so, set our token = '' and try again
6462
if(params.success)
6563
{
6664
params.success(retVal);

0 commit comments

Comments
 (0)