Issue 230: JS error setting height after loading
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by nicola.b...@gmail.com, Dec 7, 2009
Look at last row (1789):
	function renderDaySegs(segRow) {
		if (options.allDaySlot) {
			var td = head.find('td'),
				tdInner = td.find('div div'),
				tr = td.parent(),
				top = safePosition(tdInner, td, tr, tr.parent()).top,
				rowContentHeight = 0,
				i, len=segRow.length, level,

error is "segRow is undefined".

Script source:
	$(document).ready(function() {
		var fend;
		$('#calendar').fullCalendar({
			year: 2009, month: 10, date: 22, 
			defaultView: 'agendaWeek', 
			editable: true,
			events: "json-events.php",	
(omissis)			
		});		
		$('#calendar').fullCalendar('option', 'height', $(window).height()-80);

Dec 22, 2009
Project Member #1 adamrs...@gmail.com
hello nicola,
i have confirmed this and fixed it in 1.4.3 (just release). thanks for the bug
report. shouldnt throw errors anymore. let me know if any problems.
Status: Fixed
Aug 13, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released