-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add Q.ncall, like nfcall but accepts a thisArg #53
Conversation
hmmm...i think the idiomatic naming convention would be ncall? see nbind and nfbind |
Ah makes sense, fixed! |
@@ -42,7 +42,7 @@ if (typeof process !== 'undefined') { | |||
* @param {Object|undefined} scope | |||
* @param {Array} args | |||
*/ | |||
function nextTickCallback (defer, callback, scope, args) { | |||
function nextTickCallback(defer, callback, scope, args) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
O.o
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the ocd, I thought our style-guide only puts a space if it's an anonymous function, but now I can't find anything like that...
lg can you also update the README? |
Add Q.ncall, like nfcall but accepts a thisArg
Added a new release, ready for you to |
Hello @nicks,
Please review the following commits I made in branch 'kyle-call'.
6598ada (2015-08-24 13:32:56 -0700)
Add Q.call, like nfcall but accepts a thisArg
R=@nicks
MANUAL TESTING=not manually tested