aboutsummaryrefslogtreecommitdiffstats
path: root/lib/caldav/resource_root.js
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-07-06 08:13:15 -0700
committerJames Lal <james@lightsofapollo.com>2012-07-06 08:13:15 -0700
commit20711f003e97a4a57d1e2838ba78a994c5faf6c0 (patch)
treeb060e5de05a9ffefc2ec836469c087fffa99dcef /lib/caldav/resource_root.js
parentc8e85fe1e0a1d2e15df580068244324ff536a23a (diff)
downloadjsCalDAV-20711f003e97a4a57d1e2838ba78a994c5faf6c0.tar.gz
webcals -> caldav rename (yes, back again)
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')]
+));