diff options
Diffstat (limited to 'lib/caldav/index.js')
-rw-r--r-- | lib/caldav/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/caldav/index.js b/lib/caldav/index.js index b54a9ac..df7dfa5 100644 --- a/lib/caldav/index.js +++ b/lib/caldav/index.js @@ -9,6 +9,7 @@ exports.Xhr = ns.require('xhr'); exports.Request = ns.require('request'); exports.Templates = ns.require('templates'); + exports.Connection = ns.require('connection'); }.apply( this, |