I've been observing a lot of people declaring arrays as follows
monthShort : 'Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez'.split('_')
But I've also observed using it like this:
monthShort : ['Jan','Fev','Mar','Abr','Mai','Jun','Jul','...
asked by
08.03.2016 / 19:54