kriszyp / node-promise

Promise utilities for Node
397 stars 42 forks source link

pass correct, original, arguments to 'call'ed function of the value object #4

Open glongman opened 13 years ago

glongman commented 13 years ago

neat library Kris. this commit fixes a bug I encountered when using promise call. the args I expected to be applied were not. ie. call("someMethod", arg1, arg2) was invoking someMethod with no args.

glongman commented 13 years ago

hrm, I pulled Thomas's commit into my fork after I created my pull request. Not my intention for it to show up here.