From b85e18d5ae1677779876c755db692bbc34413efa Mon Sep 17 00:00:00 2001 From: James Lal Date: Thu, 6 Sep 2012 10:15:01 -0700 Subject: fix misc bugs update ical.js --- lib/caldav/sax/dav_response.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/caldav') 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'); -- cgit