fixed render() bug, final touches for 1.4.4

This commit is contained in:
Adam Shaw 2010-02-03 22:56:20 -08:00
parent 16edfe71e7
commit 4a26b0ab04
10 changed files with 198 additions and 35 deletions

View file

@ -12,6 +12,7 @@
$(document).ready(function() {
$('#calendar').fullCalendar({
//weekends: false,
//defaultView: 'agendaWeek',
header: {
left: 'prev,next today',
@ -70,7 +71,7 @@
//return false;
},
/*
eventMouseover: function(event, jsEvent, view) {
console.log('MOUSEOVER ' + event.title);
//console.log(jsEvent);
@ -83,7 +84,7 @@
//console.log(view);
//console.log(this);
},
*/
eventDragStart: function(event, jsEvent, ui, view) {
console.log('DRAG START ' + event.title);