diff options
Diffstat (limited to 'lib/caldav/templates/index.js')
-rw-r--r-- | lib/caldav/templates/index.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/caldav/templates/index.js b/lib/caldav/templates/index.js deleted file mode 100644 index 4e06cfd..0000000 --- a/lib/caldav/templates/index.js +++ /dev/null @@ -1,13 +0,0 @@ -(function(module, ns) { - - module.exports = { - CalendarData: ns.require('templates/calendar_data'), - CalendarFilter: ns.require('templates/calendar_filter') - }; - -}.apply( - this, - (this.Caldav) ? - [Caldav('templates'), Caldav] : - [module, require('../caldav')] -)); |