Issue Type: Feature Request Feature Request
Affects Versions: 0.9.0
Assignee: Lucas Holmquist
Components: node-sender
Created: 09/Dec/13 9:47 AM
Description:

There is a pattern in node.js that the last argument in a function should be the callback with 2 params, and error and the other stufff

example:

    send( options. function( err, response ){
        if( !err ) {
             ......
        }
     });
Fix Versions: 0.10.0
Project: AeroGear Push
Priority: Major Major
Reporter: Lucas Holmquist
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira