Skip to content

Commit ff6e1e9

Browse files
committed
Merge branch 'Fixes/providers_api_bug' into develop
2 parents d82372f + 1779501 commit ff6e1e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

coffee/lib/oauthio_requests.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Url = require('../tools/url')()
22

3-
module.exports = ($, config, client_states, cache) ->
3+
module.exports = ($, config, client_states, cache, providers_api) ->
44
http: (opts) ->
55
doRequest = ->
66
request = options.oauthio.request or {}

dist/oauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ var Url,
450450

451451
Url = require('../tools/url')();
452452

453-
module.exports = function($, config, client_states, cache) {
453+
module.exports = function($, config, client_states, cache, providers_api) {
454454
return {
455455
http: function(opts) {
456456
var defer, desc_opts, doRequest, i, options;

0 commit comments

Comments
 (0)