1
jrswab
5y

function customActions() {
changeActions(this);
}

Why? Why is this in the code I'm told to refactor?
What am I supposed to do with this?

Comments
  • 2
    Easy. Remove function then
    Search: customActions()
    Replace: changeActions(this)
    Done.
Add Comment