mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-12 18:14:40 +00:00
fix: error date in license
This commit is contained in:
parent
acd2fe520b
commit
ef0e4fb02d
@ -122,7 +122,7 @@ function today() {
|
||||
return [
|
||||
d.getFullYear(),
|
||||
pad(d.getMonth() + 1),
|
||||
pad(d.getDay())
|
||||
pad(d.getDate())
|
||||
].join('-');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user