aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webcals/request/propfind.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webcals/request/propfind.js')
-rw-r--r--lib/webcals/request/propfind.js5
1 files changed, 3 insertions, 2 deletions
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() {