From b295e4d28e9ee519488d58e79a40d9ec583eaebb Mon Sep 17 00:00:00 2001 From: James Lal Date: Fri, 6 Jul 2012 07:59:48 -0700 Subject: Revert "Hacks to get this working in browser" This reverts commit 23ba81022628d75f881a9285e4ca8fc0c394abfe. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd03616..f85fc11 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,6 @@ package: test-agent-config cat $(VENDOR)/sax.js >> $(WEB_FILE) echo ';' >> $(WEB_FILE) cat $(LIB_ROOT)/webcals.js >> $(WEB_FILE) - cat $(LIB_ROOT)/ical.js >> $(WEB_FILE) cat $(LIB_ROOT)/responder.js >> $(WEB_FILE) cat $(LIB_ROOT)/sax.js >> $(WEB_FILE) cat $(LIB_ROOT)/template.js >> $(WEB_FILE) -- cgit