aboutsummaryrefslogtreecommitdiffstats
path: root/lib/caldav/sax/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/caldav/sax/index.js')
-rw-r--r--lib/caldav/sax/index.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/caldav/sax/index.js b/lib/caldav/sax/index.js
index 2ba2f16..3e5ea99 100644
--- a/lib/caldav/sax/index.js
+++ b/lib/caldav/sax/index.js
@@ -1,8 +1,9 @@
(function(module, ns) {
module.exports = {
- Abstract: ns.require('sax/abstract'),
- CalendarQuery: ns.require('sax/dav_response')
+ Base: ns.require('sax/base'),
+ CalendarDataHandler: ns.require('sax/calendar_data_handler'),
+ DavResponse: ns.require('sax/dav_response')
};
}.apply(