Update charts.js
This commit is contained in:
parent
95b6b9bb7d
commit
070f8b8a85
1 changed files with 3 additions and 3 deletions
|
@ -511,7 +511,7 @@ export var charts = [
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
export function noteDefault(time, letter, prevStep) {
|
export function noteDefault(time, prevStep) {
|
||||||
add([
|
add([
|
||||||
rect(10, 50),
|
rect(10, 50),
|
||||||
pos(width(), 20),
|
pos(width(), 20),
|
||||||
|
@ -520,7 +520,7 @@ export function noteDefault(time, letter, prevStep) {
|
||||||
"note",
|
"note",
|
||||||
{
|
{
|
||||||
created: time,
|
created: time,
|
||||||
type: letter,
|
type: "J",
|
||||||
empty: false,
|
empty: false,
|
||||||
normal: true
|
normal: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue