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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/caldav/request/calendar_query.js b/lib/caldav/request/calendar_query.js
index 7b64d3f..6fcf74d 100644
--- a/lib/caldav/request/calendar_query.js
+++ b/lib/caldav/request/calendar_query.js
@@ -9,10 +9,10 @@
*
* Defaults to Depth of 1.
*
- * @param {String} url location to make request.
+ * @param {CalDav.Connection} connection connection object.
* @param {Object} options options for calendar query.
*/
- function CalendarQuery(url, options) {
+ function CalendarQuery(options) {
Propfind.apply(this, arguments);
this.xhr.headers['Depth'] = this.depth || 1;