You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var parse_response = function (response){
var data = eval("(" + response + ")");
success(wrapper?wrapper(data):data);
};
This function does not appear to be used anywhere. However, its contents appear to be replicated at line 87 and, somewhat, at line 73.
Is this intentional? An oversight?
The text was updated successfully, but these errors were encountered:
ericdrobinson
changed the title
Unused internal function parse_results() in makeRequest()?
Unused internal function parse_results() in makeRequest()?
Apr 3, 2017
The following function definition exists within the
makeRequest()
function definition:This function does not appear to be used anywhere. However, its contents appear to be replicated at line 87 and, somewhat, at line 73.
Is this intentional? An oversight?
The text was updated successfully, but these errors were encountered: