Resolves 
This commit is contained in:
The_Grits 2017-01-31 10:10:05 -05:00 committed by GitHub
parent 6363a16b47
commit d19d0844a9

View file

@ -324,7 +324,7 @@ module.exports = {
},
getYearOptions: function () {
return Array.apply(null, Array(100)).map(function (v, id) {
var year = 2016 - id;
var year = 2017 - id;
return {value: year, label: year};
});
},