From 1b24a5f63ba014f396e509d25db13b01d6f33f17 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sun, 2 May 2010 21:47:23 -0700 Subject: [PATCH] moved selectable into own plugin file. selectable bugfixes --- Makefile | 3 + examples/selectable.html | 56 +++---- src/agenda.js | 204 ++++-------------------- src/grid.js | 89 ++--------- src/main.js | 31 ++-- src/selectable.js | 328 +++++++++++++++++++++++++++++++++++++++ src/util.js | 9 +- version.txt | 2 +- 8 files changed, 434 insertions(+), 288 deletions(-) create mode 100644 src/selectable.js diff --git a/Makefile b/Makefile index 6334788..0649cd9 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ zip: @cat ${SRC_DIR}/gcal.js \ | ${VER_SED} | ${DATE_SED} \ > ${BUILD_DIR}/fullcalendar/gcal.js + @cat ${SRC_DIR}/selectable.js \ + | ${VER_SED} | ${DATE_SED} \ + > ${BUILD_DIR}/fullcalendar/selectable.js @echo "compressing js..." @java -jar ${BUILD_DIR}/compiler.jar --js ${BUILD_DIR}/fullcalendar/fullcalendar.js \ diff --git a/examples/selectable.html b/examples/selectable.html index 192fc54..d7c38da 100644 --- a/examples/selectable.html +++ b/examples/selectable.html @@ -14,6 +14,7 @@ +