app/assets/javascripts/task-manager/extjs/app/store/Months.js in task-manager-0.1.5 vs app/assets/javascripts/task-manager/extjs/app/store/Months.js in task-manager-0.1.6
- old
+ new
@@ -12,8 +12,8 @@
{ "text": "7月", 'value': '07' },
{ "text": "8月", 'value': '08' },
{ "text": "9月", 'value': '09' },
{ "text": "10月", 'value': '10' },
{ "text": "11月", 'value': '11' },
- { "text": "12月", 'value': '12' },
+ { "text": "12月", 'value': '12' }
]
-});
\ No newline at end of file
+});