diff options
author | James Lal <james@lightsofapollo.com> | 2012-06-27 19:29:52 +0200 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-06-27 19:29:52 +0200 |
commit | f80561373584abd8b5c8a12adfa6872efc324d60 (patch) | |
tree | c1065f5244286ab9cd595185df0925567abc8e2e /test/webcals/ical_test.js | |
parent | d76e26ac16c16ca30a9c177fa292f5cdf184955e (diff) | |
download | jsCalDAV-f80561373584abd8b5c8a12adfa6872efc324d60.tar.gz |
convention rework
Diffstat (limited to 'test/webcals/ical_test.js')
-rw-r--r-- | test/webcals/ical_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/webcals/ical_test.js b/test/webcals/ical_test.js index ff589b6..3ff1dc3 100644 --- a/test/webcals/ical_test.js +++ b/test/webcals/ical_test.js @@ -1,4 +1,4 @@ -testSupport.requireLib('ical'), +testSupport.lib('ical'), suite('webcals/ics', function() { |