if ( this.shortDayNames && !this.dayLetters ) {
            this.dayLetters = [];
            // eslint-disable-next-line no-jquery/no-each-util
            $.each( this.shortDayNames, function ( k, v ) {
                this.dayLetters[ k ] = v.slice( 0, 1 );