diff options
author | James Lal <james@lightsofapollo.com> | 2012-10-02 23:27:19 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-10-02 23:27:19 -0700 |
commit | 13966ebe577c18436332923fb367a3f6ab7b288e (patch) | |
tree | 2e92f1083cfc7ce43c95ff207d7ea79944a98081 /lib/caldav/index.js | |
parent | da93e0810d194a2b484f89e0bb4b121e41ad5c0c (diff) | |
download | jsCalDAV-13966ebe577c18436332923fb367a3f6ab7b288e.tar.gz |
replace templates with much improved query/filter interface. Update CalendarQuery to reflect these changes
Diffstat (limited to 'lib/caldav/index.js')
-rw-r--r-- | lib/caldav/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/caldav/index.js b/lib/caldav/index.js index 4dd6852..cdce101 100644 --- a/lib/caldav/index.js +++ b/lib/caldav/index.js @@ -5,9 +5,9 @@ exports.Responder = ns.require('responder'); exports.Sax = ns.require('sax'); exports.Template = ns.require('template'); + exports.QueryBuilder = ns.require('query_builder'); exports.Xhr = ns.require('xhr'); exports.Request = ns.require('request'); - exports.Templates = ns.require('templates'); exports.Connection = ns.require('connection'); exports.Resources = ns.require('resources'); |