From 7f30ad85d5415e8fb3bbbf729ac090d453205372 Mon Sep 17 00:00:00 2001 From: James Lal Date: Fri, 6 Jul 2012 14:10:11 -0700 Subject: Adding connection --- lib/caldav/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/caldav/index.js') 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, -- cgit