diff options
Diffstat (limited to 'lib/caldav')
-rw-r--r-- | lib/caldav/sax/dav_response.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/caldav/sax/dav_response.js b/lib/caldav/sax/dav_response.js index ef84f66..0957376 100644 --- a/lib/caldav/sax/dav_response.js +++ b/lib/caldav/sax/dav_response.js @@ -1,5 +1,9 @@ (function(module, ns) { + if (typeof(ICAL) === 'undefined') { + require('../../ical.js'); + } + var HTTP_STATUS = /([0-9]{3,3})/; var Base = ns.require('sax/base'); |