aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-06-26 10:46:14 +0200
committerJames Lal <james@lightsofapollo.com>2012-06-26 10:46:14 +0200
commitd9ef427fa799bc31700ab3d604b88ed663a4c128 (patch)
treec75f04acd248339a600529ec237001cf3ecec8ac
parent8d3e9701a3c4640255788d585afc609a9efa177d (diff)
downloadjsCalDAV-d9ef427fa799bc31700ab3d604b88ed663a4c128.tar.gz
removing extra tpl stuff
-rw-r--r--lib/webcals/templates/propfind.js12
-rw-r--r--test/webcals/templates/propfind_test.js11
2 files changed, 0 insertions, 23 deletions
diff --git a/lib/webcals/templates/propfind.js b/lib/webcals/templates/propfind.js
deleted file mode 100644
index bd2538d..0000000
--- a/lib/webcals/templates/propfind.js
+++ /dev/null
@@ -1,12 +0,0 @@
-(function(module, ns) {
-
- module.exports = {
-
- };
-
-}.apply(
- this,
- (this.Webcals) ?
- [Webcals('templates/propfind'), Webcals] :
- [module, require('../webcals')]
-));
diff --git a/test/webcals/templates/propfind_test.js b/test/webcals/templates/propfind_test.js
deleted file mode 100644
index 6d2399e..0000000
--- a/test/webcals/templates/propfind_test.js
+++ /dev/null
@@ -1,11 +0,0 @@
-requireLib('templates/propfind');
-
-suite('templates/propfind', function() {
-
- var Propfind;
-
- suiteSetup(function() {
- Propfind = Webcals.require('templates/propfind');
- });
-
-});