aboutsummaryrefslogtreecommitdiffstats
path: root/lib/caldav/sax/index.js
blob: 2ba2f16dfeab0a5d4479b0334d26704bc7cd49dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(function(module, ns) {

  module.exports = {
    Abstract: ns.require('sax/abstract'),
    CalendarQuery: ns.require('sax/dav_response')
  };

}.apply(
  this,
  (this.Caldav) ?
    [Caldav('sax'), Caldav] :
    [module, require('../caldav')]
));