Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused internal function parse_results() in makeRequest()? #9

Open
ericdrobinson opened this issue Apr 3, 2017 · 0 comments
Open

Comments

@ericdrobinson
Copy link

The following function definition exists within the makeRequest() function definition:

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?

@ericdrobinson ericdrobinson changed the title Unused internal function parse_results() in makeRequest()? Unused internal function parse_results() in makeRequest()? Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant