Fix: typo in date.js, assign "DD" to itself.

pull/2400/head
Liril 2017-01-13 18:23:11 +08:00
parent b31ee664e2
commit ca6c5e1aa9
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
}
}]
};
parseFlags.DD = parseFlags.DD;
parseFlags.DD = parseFlags.D;
parseFlags.dddd = parseFlags.ddd;
parseFlags.Do = parseFlags.dd = parseFlags.d;
parseFlags.mm = parseFlags.m;