RELEASE 0.9.8

This commit is contained in:
Deon George
2009-06-30 20:26:08 +10:00
parent 1f7f96122f
commit fdee1bdbd1
242 changed files with 34529 additions and 34446 deletions

View File

@@ -19,7 +19,7 @@
* than modifying calendar.js itself).
*/
// $Id: calendar-setup.js,v 1.1.2.1 2005/10/09 05:45:23 wurley Exp $
// $Id: calendar-setup.js,v 1.2 2005/10/09 11:16:50 wurley Exp $
/**
* This function "patches" an input field (or other element) to use a calendar

View File

@@ -12,7 +12,7 @@
* Read the entire license text here: http://www.gnu.org/licenses/lgpl.html
*/
// $Id: calendar.js,v 1.1.2.1 2005/10/09 05:45:23 wurley Exp $
// $Id: calendar.js,v 1.2 2005/10/09 11:16:50 wurley Exp $
/** The Calendar object constructor. */
Calendar = function (firstDayOfWeek, dateStr, onSelected, onClose) {