mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-23 02:35:10 +00:00
Merge pull request #2010 from acid-chicken/acid-chicken-patch-1
Minify Mk-III
This commit is contained in:
commit
9ef477f04b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import Vue from 'vue';
|
||||||
const eachMonthDays = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
|
const eachMonthDays = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
|
||||||
|
|
||||||
function isLeapYear(year) {
|
function isLeapYear(year) {
|
||||||
return !(year & (year % 25 ? 3 : 5));
|
return !(year & (year % 25 ? 3 : 15));
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
|
|
Loading…
Reference in a new issue