From d74007aca2c501ac2fe56f8c440f01f6f6ceaa1f Mon Sep 17 00:00:00 2001 From: James Lal Date: Wed, 27 Jun 2012 12:27:09 +0200 Subject: integrate calendar data --- lib/webcals/request/propfind.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/webcals/request/propfind.js') diff --git a/lib/webcals/request/propfind.js b/lib/webcals/request/propfind.js index d73530c..e5f6f26 100644 --- a/lib/webcals/request/propfind.js +++ b/lib/webcals/request/propfind.js @@ -34,9 +34,10 @@ * * @param {String|Array} tagDesc tag description. * @param {Object} [attr] optional tag attrs. + * @param {Obj} [content] optional content. */ - prop: function(tagDesc, attr) { - this._props.push(this.template.tag(tagDesc, attr)); + prop: function(tagDesc, attr, content) { + this._props.push(this.template.tag(tagDesc, attr, content)); }, _createPayload: function() { -- cgit