Issue 43: when I add end date it occered error on IE
Status:  Done
Owner: ----
Closed:  Jun 2009
Reported by mak...@gmail.com, Jun 17, 2009
What steps will reproduce the problem?
1.javascript error occered on IE7 & IE8. 
2.
3.

What is the expected output? What do you see instead?
when I add end date for event each events.

/* no problem */
{
	id: 22,
	title: "wwwww",
	start: new Date(2009,5,5),
}
/* problem */
{
	id: 25,
	title: "qqqq",
	start: new Date(2009,5,5),
	end: new Date(2009,5,5),
}


What version of the product are you using? On what operating system?
Windows XP InternetExploer 7 <- error
Mac OS 10.5 Firefox3 and safari4 <- no problem.

Please provide any additional information below.

Jun 19, 2009
Project Member #1 adamrs...@gmail.com
you sure it has nothing to do w/ the last comma before the ending curly bracket? this
always produces problems in IE.
Jun 28, 2009
Project Member #2 adamrs...@gmail.com
im going to close this issue, but let me know if it is caused by something other than
the lame IE comma problem
Status: Done