Marak / webservice.js

## Project deprecated, Use flatiron/restful instead
252 stars 24 forks source link

Make use of several arguments work. #1

Closed daralthus closed 13 years ago

daralthus commented 13 years ago

Hi, It looks like unshift works here better. Using arguments produced an error before, as the callback should be the first in the arguments array. Have a nice day!

Marak commented 13 years ago

Merged!

Would you be willing to add test coverage for multiple arguments?

I'm definitely looking for contributions to this project so let me know if you have any other ideas / requests.

Marak commented 13 years ago

also, thank you!