UNPKG
smssakutoko
Version:
latest (0.0.1)
0.0.1
MPWA Multi device beta
github.com/andree23/wa
andree23/wa
smssakutoko
/
public
/
plugins
/
fullcalendar
/
lib
/
locales
/
en-au.js
15 lines
(11 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FullCalendar
.
globalLocales
.
push
(
function
(
) {
'use strict'
;
var
enAu = {
code
:
'en-au'
,
week
: {
dow
:
1
,
// Monday is the first day of the week.
doy
:
4
,
// The week that contains Jan 4th is the first week of the year.
}, };
return
enAu; }());