Skip to content

Callback should be pulled into a new function declaration #8

@thujone

Description

@thujone

Lines 18-31 should be pulled out of here and put into a new function declaration, called something like "handleData()" or "processData()".

It would look something like:

}, function(data) {
   handleResponse(data);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions