From ef4cd2cfe124c8a8130110a0d0c06b7d6851d27b Mon Sep 17 00:00:00 2001 From: Gareth Aye Date: Tue, 4 Feb 2014 13:05:45 -0500 Subject: Resurrect server-specific tests --- lib/caldav/connection.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/caldav') diff --git a/lib/caldav/connection.js b/lib/caldav/connection.js index 7262d06..8869571 100644 --- a/lib/caldav/connection.js +++ b/lib/caldav/connection.js @@ -1,6 +1,7 @@ (function(module, ns) { - var XHR = ns.require('xhr'); + var Caldav = ns.require('caldav'), + XHR = ns.require('xhr'); /** * Connection objects contain -- cgit