aboutsummaryrefslogblamecommitdiffstats
path: root/lib/caldav/sax/index.js
blob: 2ba2f16dfeab0a5d4479b0334d26704bc7cd49dc (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                 


                                  

   
(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')]
));