aboutsummaryrefslogblamecommitdiffstats
path: root/lib/webcals/resource_root.js
blob: 5f09eff94c684abdc3084d8daf04d1bb5f0e3454 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                         
(function(module, ns) {

  function ResourceRoot() {

  }

  module.exports = ResourceRoot;

}.apply(
  this,
  (this.Webcals) ?
    [Webcals('resource_root'), Webcals] :
    [module, require('./webcals')]
));