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([
|
||||
rect(10, 50),
|
||||
pos(width(), 20),
|
||||
|
@ -520,7 +520,7 @@ export function noteDefault(time, letter, prevStep) {
|
|||
"note",
|
||||
{
|
||||
created: time,
|
||||
type: letter,
|
||||
type: "J",
|
||||
empty: false,
|
||||
normal: true
|
||||
}
|
||||
|
@ -542,4 +542,4 @@ export function customNote(time, letter, prevStep, w, colorArray, empty, funclol
|
|||
normal: funclol != undefined ? false : true
|
||||
}
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue