Selaa lähdekoodia

colHeaderFormat should remain colHeadFormat

Casey Holzer 8 vuotta sitten
vanhempi
sitoutus
fcbfc06073
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/component/DayTableMixin.ts

+ 1 - 1
src/component/DayTableMixin.ts

@@ -332,7 +332,7 @@ export default class DayTableMixin extends Mixin implements DayTableInterface {
 			innerHtml = htmlEscape(t.opt('columnHeaderText')(date));
 		}
 		else {
-			innerHtml = htmlEscape(date.format(t.colHeaderFormat));
+			innerHtml = htmlEscape(date.format(t.colHeadFormat));
 		}
 
 		// if only one row of days, the classNames on the header can represent the specific days beneath