aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webcals/sax/index.js
blob: 7efff206b47ce17d39f5e81b8a1a951f17d13c78 (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.Webcals) ?
    [Webcals('sax'), Webcals] :
    [module, require('../webcals')]
));