added optional rendering type

This commit is contained in:
Dan Marshall
2015-12-11 10:23:13 -08:00
parent 3949242c8f
commit 208be8144e
+1
View File
@@ -247,6 +247,7 @@ declare module FullCalendar {
backgroundColor?: string;
borderColor?: string;
textColor?: string;
rendering?: string;
}
export interface ViewObject extends Timespan {