diff options
author | James Lal <james@lightsofapollo.com> | 2013-04-26 08:54:43 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2013-05-02 14:01:06 -0700 |
commit | 8857b80ae0dd7be54d0d731000c9f8edb0434336 (patch) | |
tree | 5e7e4ee8dcc3cb01d48b4b88ab14039bc50cf034 /lib/caldav/index.js | |
parent | 9b6e2c616154f2c20fe6272dca083868c02f98f4 (diff) | |
download | jsCalDAV-8857b80ae0dd7be54d0d731000c9f8edb0434336.tar.gz |
Bug 867747 - OAuth2 authentication support (particularly for google) r=kgrandon,gaye
Diffstat (limited to 'lib/caldav/index.js')
-rw-r--r-- | lib/caldav/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/caldav/index.js b/lib/caldav/index.js index cdce101..636fc18 100644 --- a/lib/caldav/index.js +++ b/lib/caldav/index.js @@ -10,6 +10,8 @@ exports.Request = ns.require('request'); exports.Connection = ns.require('connection'); exports.Resources = ns.require('resources'); + exports.Http = ns.require('http'); + exports.OAuth2 = ns.require('oauth2'); }.apply( this, |