Skip to content

Commit

Permalink
Added async flag to JSONP calls
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Jan 7, 2013
1 parent b4ddbbc commit 458cb87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jsonp/js/jsonp.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ JSONPRequest.prototype = {
onTimeout : wrap(config.on.timeout, true),
timeout : config.timeout,
charset : config.charset,
attributes: config.attributes
attributes: config.attributes,
async : config.async
}).execute();

return self;
Expand Down

0 comments on commit 458cb87

Please sign in to comment.