'viewDisplay' is not documented in 'fullcalendar'.

This commit is contained in:
Daniel Rosenwasser
2015-08-07 17:50:26 -07:00
parent 5d6c3bdb5d
commit 0bd8371116
+1 -1
View File
@@ -67,7 +67,7 @@ $('#calendar').fullCalendar({
$('#calendar').fullCalendar('option', 'aspectRatio', 1.8);
$('#calendar').fullCalendar({
viewDisplay: function (view) {
viewRender: function(view) {
alert('The new title of the view is ' + view.title);
}
});