diff options
author | Gareth Aye <gaye@mozilla.com> | 2014-02-04 13:05:45 -0500 |
---|---|---|
committer | Gareth Aye <gaye@mozilla.com> | 2014-02-04 13:05:45 -0500 |
commit | ef4cd2cfe124c8a8130110a0d0c06b7d6851d27b (patch) | |
tree | 369facb7640d826eee46af6ce63fcacf55557366 /lib/caldav | |
parent | 09d9ad3f92edec992bd1ab2e6a1c505f16bf22de (diff) | |
download | jsCalDAV-ef4cd2cfe124c8a8130110a0d0c06b7d6851d27b.tar.gz |
Resurrect server-specific tests
Diffstat (limited to 'lib/caldav')
-rw-r--r-- | lib/caldav/connection.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 |