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 /test/support | |
parent | c8e85fe1e0a1d2e15df580068244324ff536a23a (diff) | |
download | jsCalDAV-20711f003e97a4a57d1e2838ba78a994c5faf6c0.tar.gz |
webcals -> caldav rename (yes, back again)
Diffstat (limited to 'test/support')
-rw-r--r-- | test/support/fake_xhr.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/support/fake_xhr.js b/test/support/fake_xhr.js index 6c4976d..3f0c9d9 100644 --- a/test/support/fake_xhr.js +++ b/test/support/fake_xhr.js @@ -41,7 +41,7 @@ }.apply( this, - (this.Webcals) ? - [Webcals('support/fake_xhr'), Webcals] : - [module, require('../../lib/webcals/webcals')] + (this.Caldav) ? + [Caldav('support/fake_xhr'), Caldav] : + [module, require('../../lib/caldav/caldav')] )); |