diff options
author | James Lal <james@lightsofapollo.com> | 2012-07-06 08:13:15 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-07-06 08:13:15 -0700 |
commit | 20711f003e97a4a57d1e2838ba78a994c5faf6c0 (patch) | |
tree | b060e5de05a9ffefc2ec836469c087fffa99dcef /lib/caldav/resource_root.js | |
parent | c8e85fe1e0a1d2e15df580068244324ff536a23a (diff) | |
download | jsCalDAV-20711f003e97a4a57d1e2838ba78a994c5faf6c0.tar.gz |
webcals -> caldav rename (yes, back again)
Diffstat (limited to 'lib/caldav/resource_root.js')
-rw-r--r-- | lib/caldav/resource_root.js | 14 |
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')] +)); |