diff options
author | James Lal <james@lightsofapollo.com> | 2012-07-07 16:33:27 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-07-07 16:33:27 -0700 |
commit | ee8dac6ecd2927d6ea1930ae478ff65766b446d9 (patch) | |
tree | f6482199d2a3fd6d57ee60e4ca659ebe9a82da4e /lib/caldav/request/index.js | |
parent | ccf8b1382cd6a72abc93b837e5c39272df9c2d72 (diff) | |
download | jsCalDAV-ee8dac6ecd2927d6ea1930ae478ff65766b446d9.tar.gz |
resources request
Diffstat (limited to 'lib/caldav/request/index.js')
-rw-r--r-- | lib/caldav/request/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/caldav/request/index.js b/lib/caldav/request/index.js index 6790fd1..6f8c23d 100644 --- a/lib/caldav/request/index.js +++ b/lib/caldav/request/index.js @@ -4,7 +4,8 @@ Abstract: ns.require('request/abstract'), CalendarQuery: ns.require('request/calendar_query'), Propfind: ns.require('request/propfind'), - CalendarHome: ns.require('request/calendar_home') + CalendarHome: ns.require('request/calendar_home'), + Resources: ns.require('request/resources') }; }.apply( |