Skip to content

Conversation

TimeRaider
Copy link
Contributor

No description provided.

src/createAPI.js Outdated
const bindedCallAPIMethod = callAPIMethod.bind(null, APINamespace, fetchOptions, (resources[resourceId].namespace || resources[resourceId].prefix));
return applyMiddleware(bindedCallAPIMethod, middleware, methodOptions, apiParams, resourceId, method);
const boundCallAPIMethod = callAPIMethod.bind(null, APINamespace, fetchOptions, (resources[resourceId].namespace || resources[resourceId].prefix));
return applyMiddleware(boundCallAPIMethod, middleware, methodOptions, apiParams, resourceId, method);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that was an Engrish typo

@coveralls
Copy link

Coverage Status

Coverage increased (+22.2%) to 84.091% when pulling 323e95a on TimeRaider:tests into dc50e4a on auru:master.

@coveralls
Copy link

coveralls commented Feb 8, 2017

Coverage Status

Coverage increased (+38.1%) to 100.0% when pulling 652ec20 on TimeRaider:tests into dc50e4a on auru:master.

@Blackheart340 Blackheart340 merged commit 8acfd5d into auru:master Feb 8, 2017
@TimeRaider TimeRaider deleted the tests branch February 8, 2017 14:04
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

Successfully merging this pull request may close these issues.

4 participants