aboutsummaryrefslogtreecommitdiffstats
path: root/lib/caldav/resource_root.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/caldav/resource_root.js')
-rw-r--r--lib/caldav/resource_root.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/caldav/resource_root.js b/lib/caldav/resource_root.js
new file mode 100644
index 0000000..0cff9b7
--- /dev/null
+++ b/lib/caldav/resource_root.js
@@ -0,0 +1,14 @@
+(function(module, ns) {
+
+ function ResourceRoot() {
+
+ }
+
+ module.exports = ResourceRoot;
+
+}.apply(
+ this,
+ (this.Caldav) ?
+ [Caldav('resource_root'), Caldav] :
+ [module, require('./caldav')]
+));