Commit 83ee4148 authored by dpapad's avatar dpapad Committed by Commit bot

MD Settings: Add missing month from credit card month dropdown.

BUG=632761
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2198443003
Cr-Commit-Position: refs/heads/master@{#408780}
parent ef26d19b
...@@ -34,7 +34,7 @@ Polymer({ ...@@ -34,7 +34,7 @@ Polymer({
monthList_: { monthList_: {
type: Array, type: Array,
value: [ value: [
'01', '02', '03', '04', '05', '06', '07', '09', '10', '11', '12', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12',
], ],
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment