aboutsummaryrefslogtreecommitdiffstats
path: root/lib/caldav/request/calendar_query.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/caldav/request/calendar_query.js')
-rw-r--r--lib/caldav/request/calendar_query.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/caldav/request/calendar_query.js b/lib/caldav/request/calendar_query.js
index 6fcf74d..6ee1ec4 100644
--- a/lib/caldav/request/calendar_query.js
+++ b/lib/caldav/request/calendar_query.js
@@ -12,7 +12,7 @@
* @param {CalDav.Connection} connection connection object.
* @param {Object} options options for calendar query.
*/
- function CalendarQuery(options) {
+ function CalendarQuery(connection, options) {
Propfind.apply(this, arguments);
this.xhr.headers['Depth'] = this.depth || 1;